You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/prop-pages/debugging-linux.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,6 @@ Linux support is available in Visual Studio 2017 and later.
29
29
| Enable Python Pretty Printing | Enable pretty printing of expression values. Only supported in gdb debugging mode. |
30
30
| 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. |
31
31
| 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. |
0 commit comments