Skip to content

Commit e2429e1

Browse files
mikeblomeColin Robertson
authored andcommitted
fixes per tech review (#404)
1 parent 8d85f2b commit e2429e1

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

docs/linux/prop-pages-linux.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ manager: "ghogen"
1414
---
1515

1616
# Linux Project Property Page Reference
17-
This section contains reference content for property pages in a Visual C++ Linux project.
17+
This section contains reference content for property pages in a Visual C++ Linux project.
1818

19-
- [General Properties (Linux)](prop-pages/general-linux.md)
20-
- [Debugging Properties (Linux)](prop-pages/debugging-linux.md)
21-
- [VC++ Directories Properties (Linux)](prop-pages/directories-linux.md)
22-
- [Copy Sources Properties (Linux)](prop-pages/copy-sources-project.md)
23-
- [C/C++ Properties (Linux)](prop-pages/c-cpp-linux.md)
24-
- [Linker Properties (Linux)](prop-pages/linker-linux.md)
25-
- [Build Event Properties (Linux)](prop-pages/build-events-linux.md)
26-
- [Custom Build Step Properties (Linux)](prop-pages/custom-build-step-linux.md)-
27-
- [Makefile Project Properties (Linux)](prop-pages/makefile-linux.md)
19+
- [General Properties (Linux)](prop-pages/general-linux.md)
20+
- [Debugging Properties (Linux)](prop-pages/debugging-linux.md)
21+
- [VC++ Directories Properties (Linux)](prop-pages/directories-linux.md)
22+
- [Copy Sources Properties (Linux)](prop-pages/copy-sources-project.md)
23+
- [C/C++ Properties (Linux)](prop-pages/c-cpp-linux.md)
24+
- [Linker Properties (Linux)](prop-pages/linker-linux.md)
25+
- [Build Event Properties (Linux)](prop-pages/build-events-linux.md)
26+
- [Custom Build Step Properties (Linux)](prop-pages/custom-build-step-linux.md)
27+
- [Makefile Project Properties (Linux)](prop-pages/makefile-linux.md)
2828

2929

3030

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ f1_keywords:
2424

2525
Property | Description | Choices
2626
--- | ---| ---
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>
2927
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.
3028
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.
3129
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
3836
Debug Child Processes | Specifies whether to enable debugging of child processes.
3937
Enable Python Pretty Printing | Enable pretty printing of expression values. Only supported in gdb debugging mode.
4038
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

Comments
 (0)