diff options
Diffstat (limited to 'docs/part-1')
-rw-r--r-- | docs/part-1/debug-overview.md | 12 |
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. |