aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-05-22 12:22:01 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-05-22 12:22:01 -0700
commit3aabd237a32392f717bba4b21c403e4c6ef4836f (patch)
tree6c63688c2ebba498bb0e74498de64464670210d4
parent830b6629d3f0bfe0509b086335352b3af7848fde (diff)
XDS Debug Overview "master" minor edits.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: Ic4b20c87e320e60aa18b8a46839e9af6cadbbdbc
-rw-r--r--docs/part-1/debug-overview.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/part-1/debug-overview.md b/docs/part-1/debug-overview.md
index 40f2b62..25cb30d 100644
--- a/docs/part-1/debug-overview.md
+++ b/docs/part-1/debug-overview.md
@@ -19,14 +19,18 @@ XDS supports two debugging models:
The default debugging model is XDS remote.
To use this model, you must have previously set up the XDS
agent and server so that you can cross-debug your application.
-See
-"[Overview](./xds-overview.html)" section along with "Installing XDS"
-for more information on getting set up.
+See the
+"[Server Part](./server-part.html)" and
+"[Client Part](./client-part.html)" topics for more
+information on getting set up.
If you want to use the native debugging model, you must define the
`XDS_NATIVE_GDB` environment variable.
+See the
+"[Configuration](./debug-configuration.html)" topic for information
+on XDS configuration variables.
-The remainder of this section describes
+The remainder of this topic describes
[configurations](./debug-configuration), using the XDS
[command line](./debug-cmd-line) to debug, and using an
[IDE](./debug-ide) to debug.