Skip to content

Commit 0335694

Browse files
Monthly chores: Automated repo cleanup (dotnet#42772)
1 parent c678f26 commit 0335694

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/core/diagnostics/debug-stackoverflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ This example creates a core dump when the StackOverflowException occurs, then lo
112112
113113
Running the application under the debugger in [Visual Studio](/visualstudio/debugger/what-is-debugging) will show a StackOverflowException in the exception helper dialog and highlight the line of code responsible for making the final call that overflows the stack.
114114
115-
[Visual Studio StackOverflowException dialog](media/visual_studio_stackoverflow_exception.png)
115+
:::image type="content" source="media/visual-studio-stackoverflow-exception.png" alt-text="Visual Studio StackOverflowException dialog.":::
116116
117117
The callstack debugger window also shows the stack.
118118
119-
[Visual Studio StackOverflow callstack](media/visual_studio_stackoverflow_callstack.png)
119+
:::image type="content" source="media/visual-studio-stackoverflow-callstack.png" alt-text="Visual Studio StackOverflow callstack.":::
120120
121121
You can use all the normal Visual Studio debugger features to investigate each frame on the callstack, its source code, and the value of local variables.
122122

0 commit comments

Comments
 (0)