diff options
Diffstat (limited to 'docs/part-1/debug-configuration.md')
-rw-r--r-- | docs/part-1/debug-configuration.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/part-1/debug-configuration.md b/docs/part-1/debug-configuration.md index af0d762..c87a72f 100644 --- a/docs/part-1/debug-configuration.md +++ b/docs/part-1/debug-configuration.md @@ -15,10 +15,13 @@ You can set these variables using a number of methods: - A "user" configuration file located in one of the following areas, which are order-dependent: - 1. $(CURRENT_DIRECTORY)/.xds-gdb.env - 1. $(CURRENT_DIRECTORY)/../xds-gdb.env - 1. $(CURRENT_DIRECTORY)/target/xds-gdb.env - 1. $(HOME)/.config/xds/xds-gdb.env + 1. `$(CURRENT_DIRECTORY)/.xds-gdb.env` + + 1. `$(CURRENT_DIRECTORY)/../xds-gdb.env` + + 1. `$(CURRENT_DIRECTORY)/target/xds-gdb.env` + + 1. `$(HOME)/.config/xds/xds-gdb.env` ## Configuration Variables @@ -50,7 +53,7 @@ described in the previous section. - `XDS_SDK_ID` *(mandatory in XDS mode)* - Cross Sdk ID to use to build project + Cross SDK ID to use to build project - `XDS_AGENT_URL` @@ -98,7 +101,7 @@ and providing the name of the init file. **NOTES:** - For information on debugging with GDB, see - "[Debugging with GDB](https://www.sourceware.org/gdb/onlinedocs/gdb.html#index-_002d_002dcommand)". + "[Debugging with GDB](https://www.sourceware.org/gdb/onlinedocs/gdb.html)". - For information on GDB init files, see "[Command files](https://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_node/gdb_190.html)". |