From 3aabd237a32392f717bba4b21c403e4c6ef4836f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 May 2019 12:22:01 -0700 Subject: XDS Debug Overview "master" minor edits. Signed-off-by: Scott Rifenbark Change-Id: Ic4b20c87e320e60aa18b8a46839e9af6cadbbdbc --- docs/part-1/debug-overview.md | 12 ++++++++---- 1 file 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. -- cgit 1.2.3-korg