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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ f1_keywords:
24
24
25
25
Property | Description | Choices
26
26
--- | ---| ---
27
-
Pre-Launch Command (MakeFile projects) | A command that is run on the shell before the debugging starts and before the debugger is running, and can be used to affect the debugging environment.
28
-
Debugger Type | Specifies which code type to debug. | **Native Only**<br>
29
27
Pre-Launch Command | A command that is run on the shell before the debugging starts and before the debugger is running, and can be used to affect the debugging environment.
30
28
Program | The full path to the program to debug on the remote system. This is a path on the remote system. If left empty or unchanged it defaults to the current project output.
31
29
Program Arguments | The command line arguments to pass to the program being debugged.
@@ -38,4 +36,4 @@ Additional Symbol Search Paths | Additional search path for debug symbols (solib
38
36
Debug Child Processes | Specifies whether to enable debugging of child processes.
39
37
Enable Python Pretty Printing | Enable pretty printing of expression values. Only supported in gdb debugging mode.
40
38
Visualization File | Default native visualization file (.natvis) containing visualization directives for SLT types. Other .natvis files that belong to the current solution will be loaded automatically.
41
-
Additional Sources File Path Map (MakFile projects) | 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 will be referenced as if is has been found in the same relative position under the Linux path. Files found in the local project do not require additional mapping.
39
+
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 will be referenced as if is has been found in the same relative position under the Linux path. Files found in the local project do not require additional mapping.
0 commit comments