From 56a3c9280a590e75e044a81b687899c00238258a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 May 2019 14:04:20 -0700 Subject: 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 --- docs/getting-started/app-workflow-debug-app.md | 6 +++--- 1 file 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. -- cgit 1.2.3-korg