Skip to content

Commit cd2e5e7

Browse files
committed
link updates
1 parent 97fe466 commit cd2e5e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/debugger/debugger-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can open most debugger windows while you're debugging your program. To see a
2525
|Immediate|CTRL+ALT+I|[Immediate Window](../ide/reference/immediate-window.md)|
2626
|Parallel Stacks|CTR:+SHIFT+D, S|[Using the Parallel Stacks Window](../debugger/using-the-parallel-stacks-window.md)|
2727
|Parallel Watch|CTR:+SHIFT+D, (1, 2, 3, 4)|[Get started Debugging Multithreaded Applications](../debugger/get-started-debugging-multithreaded-apps.md)|
28-
|Threads|CTRL+ALT+H|[Debug a deadlock using the Threads view](../debugger/how-to-use-the-threads-window.md)|
28+
|Threads|CTRL+ALT+H|[View threads in the Visual Studio debugger](../debugger/walkthrough-debugging-a-multithreaded-application.md)|
2929
|Modules|CTRL+ALT+U|[How to: Use the Modules Window](../debugger/how-to-use-the-modules-window.md)|
3030
|GPU Threads|-|[How to: Use the GPU Threads Window](../debugger/how-to-use-the-gpu-threads-window.md)|
3131
|Tasks|CTR:+SHIFT+D, K|[Using the Tasks Window](../debugger/using-the-tasks-window.md)|

docs/debugger/how-to-flag-and-unflag-threads.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ Flagged threads also receive special treatment in the **Thread** list on the **D
5555

5656
## Related content
5757
- [Debug Multithreaded Applications](../debugger/debug-multithreaded-applications-in-visual-studio.md)
58-
- [Get started debugging multithreaded applications](../debugger/get-started-debugging-multithreaded-apps.md)
59-
- [Debug a dealock using the Threads view](../debugger/how-to-use-the-threads-window.md)
58+
- [Get started debugging multithreaded applications](../debugger/get-started-debugging-multithreaded-apps.md)

0 commit comments

Comments
 (0)