Skip to content

Commit 6942378

Browse files
authored
Add GDB Path option
1 parent 96b5479 commit 6942378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/linux/prop-pages/debugging-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ Linux support is available in Visual Studio 2017 and later.
2929
| Enable Python Pretty Printing | Enable pretty printing of expression values. Only supported in gdb debugging mode. |
3030
| Visualization File | Default native visualization file (.natvis) containing visualization directives for SLT types. Other .natvis files that belong to the current solution are loaded automatically. |
3131
| Additional Sources File Path Map | Additional path equivalences for the debugger to use to map Windows source file names to Linux source file names. The format is "\<windows-path>=\<linux-path>;...". A source file name found under the Windows path is referenced as if it's found in the same relative position under the Linux path. Files found in the local project don't require additional mapping. |
32+
| GDB Path | **Visual Studio 2019 version 16.9**: Specifies the path to the GDB executable to be used by Visual Studio. |
3233

3334
::: moniker-end

0 commit comments

Comments
 (0)