aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-services-book.yml
blob: 9e265631df9449bca0cbb33bf901ec6d09652fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
type: books
books:
-
    id: api-reference
    title: API Reference
    description: API Reference documentation
    keywords:
    author: "IotBzh"
    version: master
    chapters:
    - url: "%lang%/0-kristi-introduction.md"
      name: API Reference
-
    id: application-framework
    title: Application Framework
    description: Application Framework documentation
    keywords:
    author: "IotBzh"
    version: master
    chapters:
        - url: "%lang%/0-introduction.md"
          name: Introduction
        - url: "%lang%/0-kristi-introduction.md"
          name: API Reference
        - url: "%lang%/1-afm-daemons.md"
          name: The afm daemons
        - url: "%lang%/2-widgets.md"
          name: Widgets
        - url: "%lang%/2.1-widgets.md"
          name: Overview of widgets
        - url: "%lang%/2.2-config.xml.md"
          name: Widget configuration file
        - url: "%lang%/3-permissions.md"
          name: Permissions
        - url: "%lang%/4-quick-tutorial.md"
          name: Quick Tutorial
>). For information on installing this module, see the "[Installing the CMAKE Templates](../../cmakeafbtemplates/dev_guide/installing-cmake.html))" section. The CMake templates, used to develop applications with the AGL Application Framework, automatically generates Makefile rules (e.g. `remote-target-populate`) or scripts (e.g. `build/target/*`). For more info about the CMake templates, see the "[Using the Cmake Applications Module](../../../#using-the-cmake-applications-module). <!-- end-section-note --> ## Native debugging Native debugging using GDB directly. To enable native debugging mode, set the `XDS_NATIVE_GDB` variable. For information on debugging with GDB, see the "[Debugging with GDB](https://www.sourceware.org/gdb/onlinedocs/gdb.html#index-_002d_002dcommand)" section.