diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-06 14:04:20 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-06 14:04:20 -0700 |
commit | 56a3c9280a590e75e044a81b687899c00238258a (patch) | |
tree | bfa47f1899f07acb3146aba143c0000e1cb845f7 /docs | |
parent | e986304b0b7be8ab74cb059f461fd185b3a1c257 (diff) |
Fixed links in "Debug the Application" section.
The links in this section need to resolve to new files in the
XDS section. I updated the links. There could be some overlap
where the links do not work if a review for the xds-docs repo
is not merged. That outstanding review is for the renaming of
the files.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting-started/app-workflow-debug-app.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/app-workflow-debug-app.md b/docs/getting-started/app-workflow-debug-app.md index 63ec8cd..9273bee 100644 --- a/docs/getting-started/app-workflow-debug-app.md +++ b/docs/getting-started/app-workflow-debug-app.md @@ -11,7 +11,7 @@ Or, is it better for you to use a remote user interface that is part of an Integrated Development Environment (IDE) such as Eclipse? For general information on debugging an application, see the -"[Debug your first AGL application](../../../devguides/reference/xds/part-1/5_debug-first-app.html)" +"[Debug Your First AGL Application](../../../devguides/reference/xds/part-1/debug-overview.html)" section. Here are three methods: @@ -33,11 +33,11 @@ Here are three methods: * Use XDS remotely, which is based on `gdb` and [`gdbserver`](https://en.wikipedia.org/wiki/Gdbserver). See the - "[XDS remote debugging mode](../../../devguides/reference/xds/part-1/5-2_debug-first-app-cmd.html#xds-remote-debugging-mode)" + "[XDS remote debugging mode](../../../devguides/reference/xds/part-1/debug-cmd-line.html#xds-remote-debugging-mode)" section for more information. For information on how to remotely debug the application using XDS from within an IDE, see the - "[Debug using `xds-gdb` within an IDE](../../../devguides/reference/xds/part-1/5-3_debug-first-app-ide.html)" + "[Debug using `xds-gdb` within an IDE](../../../devguides/reference/xds/part-1/debug-ide.html)" section. In order to use third-party debugging tools, you need to include the tools in the target image. |