Skip to content

Commit 8eb1abc

Browse files
committed
filename change
1 parent 93d19d6 commit 8eb1abc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/vs-2015/debugger/general-debugging-options-dialog-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The**Tools / Options / Debugging / General** page lets you set the following opt
5252
Automatically shows the **Disassembly** window when you try to debug code for which source is unavailable.
5353

5454
**Enable breakpoint filters**
55-
Enables you to set filters on breakpoints so that they will affect only specific processes, threads, or computers.
55+
Enables you to set filters on breakpoints so that they affect only specific processes, threads, or computers.
5656

5757
**Enable the exception assistant**
5858
For managed code only. Managed exceptions open the exception assistant dialog box. See [Exception Assistant](https://msdn.microsoft.com/library/992892ac-9d52-44cc-bf09-b44bfc5befeb).
@@ -117,7 +117,7 @@ The**Tools / Options / Debugging / General** page lets you set the following opt
117117
**Load dll exports**
118118
Loads dll export tables. Symbol information from dll export tables can be useful if you are working with Windows messages, Windows procedures (WindowProcs), COM objects, or marshaling, or any dll for which you do not have symbols. Reading dll export information involves some overhead. Therefore, this capability is turned off by default.
119119

120-
To see what symbols are available in the export table of a dll, use `dumpbin /exports`. Symbols are available for any 32-bit system dll. By reading the `dumpbin /exports` output, you can see the exact function name, including non-alphanumeric characters. This is useful for setting a breakpoint on a function. Function names from dll export tables might appear truncated elsewhere in the debugger. The calls are listed in the calling order, with the current function (the most deeply nested) at the top. For more information, see [dumpbin /exports](https://msdn.microsoft.com/library/2971ab7e-4ee6-478b-9c85-cda42a4ce1bf).
120+
To see what symbols are available in the export table of a dll, use `dumpbin /exports`. Symbols are available for any 32-bit system dll. By reading the `dumpbin /exports` output, you can see the exact function name, including non-alphanumeric characters. This is useful for setting a breakpoint on a function. Function names from dll export tables might appear truncated elsewhere in the debugger. The calls are listed in the calling order, with the current function (the most deeply nested) at the top. For more information, see [dump bin /exports](https://msdn.microsoft.com/library/2971ab7e-4ee6-478b-9c85-cda42a4ce1bf).
121121

122122
**Show parallel stacks diagram bottom-up**
123123
Controls the direction in which stacks are displayed in the **Parallel Stacks** window.
@@ -137,7 +137,7 @@ The**Tools / Options / Debugging / General** page lets you set the following opt
137137
**Use Native Compatibility Mode**
138138
When this option is selected, the debugger uses the Visual Studio 2010 native debugger instead of the new native debugger.
139139

140-
You should use this option when you are debugging .NET C++ code, because the new debugging engine does not support evaluating .NET C++ expressions. However, enabling Native Compatibility Mode disables many features that depend on the current debugger implementation to operate. For example, the legacy engine lacks many visualizers for built-in types like `std::string` in Visual Studio 2015 projects. Please use Visual Studio 2013 projects for the optimal debugging experience in these cases.
140+
You should use this option when you are debugging .NET C++ code, because the new debugging engine does not support evaluating .NET C++ expressions. However, enabling Native Compatibility Mode disables many features that depend on the current debugger implementation to operate. For example, the legacy engine lacks many visualizers for built-in types like `std::string` in Visual Studio 2015 projects. Use Visual Studio 2013 projects for the optimal debugging experience in these cases.
141141

142142
**Use the legacy C# and VB expression evaluators**
143143
The debugger will use the Visual Studio 2013 C#/VB expression evaluators instead of the Visual Studio 2015 Roslyn-based expression evaluators.

docs/vs-2015/debugger/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
# Auto-expanded node
744744
items:
745745
- name: Prerequisites for Remote Debugging Web Applications
746-
href: prerequisites-for-remote-debugging-web-applications.md
746+
href: prerequistes-for-remote-debugging-web-applications.md
747747
- name: Find the Name of the ASP.NET Process
748748
href: how-to-find-the-name-of-the-aspnet-process.md
749749
- name: Debugging Web Applications

0 commit comments

Comments
 (0)