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/debugger/find-your-debugging-task.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ sections:
34
34
35
35
- **How do I log information to the Output window under configurable conditions without modifying or stopping my code?**
36
36
37
-
Tracepoints allow you to log information to the Output window under configurable conditions without modifying or stopping your code. For more information, see [Use tracepoints in the Visual Studio debugger](../debugger/using-tracepoints.md)
37
+
Tracepoints allow you to log information to the Output window under configurable conditions without modifying or stopping your code. For more information, see [Use tracepoints in the Visual Studio debugger](../debugger/using-tracepoints.md).
38
38
39
39
- **Manage and keep track of my breakpoints**
40
40
@@ -103,14 +103,14 @@ sections:
103
103
- **How can I attach to the same application repeatedly?**
104
104
105
105
You can use **Reattach to Process** (**Shift+Alt+P**) to easily allow you to start debugging your application in one click without needing to go through the Attach to Process dialog every time.
106
-
See [Reattach to a process](attach-to-running-processes-with-the-visual-studio-debugger.md#BKMK_reattach)
106
+
See [Reattach to a process](attach-to-running-processes-with-the-visual-studio-debugger.md#BKMK_reattach).
107
107
108
108
- question: |
109
109
Debug multithreaded applications
110
110
answer: |
111
111
- **How can I debug a multi-threaded application? Or, is my application in a hung state?**
112
112
113
-
See [Parallel Stacks window](using-the-parallel-stacks-window.md) further troubleshooting
113
+
See [Parallel Stacks window](using-the-parallel-stacks-window.md) further troubleshooting.
114
114
115
115
- **How can I view the order in which functions are called?**
116
116
@@ -145,7 +145,7 @@ sections:
145
145
146
146
Just My Code is a Visual Studio debugging feature that automatically steps over calls to system, framework, and other non-user code.
147
147
In the Call Stack window, Just My Code collapses these calls into [External Code] frames.
148
-
See [Debug only user code with Just My Code](just-my-code.md)
148
+
See [Debug only user code with Just My Code](just-my-code.md).
149
149
150
150
- **How can I view or debug the raw assembly instructions that my program is executing?**
151
151
@@ -154,17 +154,17 @@ sections:
154
154
- **Can I see source code for .NET Libraries?**
155
155
156
156
Enable Microsoft Symbol Servers from Debug > Options > Symbols in order to download symbols and source for .NET Libraries.
157
-
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md)
157
+
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md).
158
158
159
159
- **How can I load PDBs from a specific or shared location or server?**
160
160
161
161
Configure your Symbol Servers from Debug > Options > Symbols.
162
-
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md)
162
+
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md).
163
163
164
164
- **How can I never load a specific PDB? Or, how can I always load one?**
165
165
166
166
Configure your Include and Exclude Lists in Debug > Options > Symbols.
167
-
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md)
167
+
See [Specify symbol](specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md).
168
168
169
169
- question: |
170
170
Configure debugging
@@ -184,12 +184,12 @@ sections:
184
184
- **Do I need to save a dump?**
185
185
186
186
While stopped at an error or breakpoint during debugging, select **Debug > Save Dump As**.
187
-
See [Dump files](using-dump-files.md)
187
+
See [Dump files](using-dump-files.md).
188
188
189
189
- **How do I analyze a dump file?**
190
190
191
191
Open the dump by choosing **File > Open** in Visual Studio. To start debugging, select **Debug with Managed Only**, **Debug with Native Only**, **Debug with Mixed**, or **Debug with Managed Memory**.
192
-
See [Dump files](using-dump-files.md)
192
+
See [Dump files](using-dump-files.md).
193
193
194
194
- **Can I edit code during a debugging session?**
195
195
@@ -201,7 +201,7 @@ sections:
201
201
202
202
- **How can I fix performance issues?**
203
203
204
-
See [First look at the profiling tools](../profiling/profiling-feature-tour.md)
204
+
See [First look at the profiling tools](../profiling/profiling-feature-tour.md).
0 commit comments