diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-07 12:44:20 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-21 21:57:37 +0000 |
commit | 6bbc4ed292b187a26537fafc5a206d1d1765727e (patch) | |
tree | f5a631e2c7fcf9f16625fc00fb2b1c5264355c75 /docs/devguides-book.yml | |
parent | 3635b88a18de43bbdd2373259ac65c02bc63c139 (diff) |
Renamed XDS Debug files, update devguides-book.yml
For guppy, I renamed the XDS debug procedure files. Also,
Removed three files that are not used. I updated the
devguides-book.yml file to use the "guppy" version.
Change-Id: I623ce1b6021c419742c3a5c311fc5240867660fe
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/devguides-book.yml')
-rw-r--r-- | docs/devguides-book.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index dc8a033..e714db0 100644 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -32,16 +32,16 @@ books: name: Build Using the XDS Dashboard - url: part-1/create-app-build-ide.md name: Build Using an IDE - - name: Debug your first AGL application + - name: Debugging Your First AGL Application children: - - url: part-1/5-1_debug-first-app-config.md - name: Prerequisites - - url: part-1/5-2_debug-first-app-cmd.md + - url: part-1/debug-overview.md + name: Overview + - url: part-1/debug-configuration.md name: Configuration - - url: part-1/5-3_debug-first-app-ide.md - name: xds-gdb from command line - - url: part-1/5_debug-first-app.md - name: xds-gdb within an IDE + - url: part-1/debug-cmd-line.md + name: Using the Command Line + - url: part-1/debug-ide.md + name: Using an IDE - name: "X(cross) Development System: Internals" children: - url: part-2/0_Abstract.md |