Skip to content

Commit 70f1000

Browse files
Merge pull request #14225 from Mikejo5000/mikejo-br24
Clarify content in article on debugging a deadlock
2 parents 4f8fa28 + 168cecb commit 70f1000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/debugger/how-to-use-the-threads-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ monikerRange: '>= vs-2022'
2323

2424
This tutorial shows how to use the **Threads** view of **Parallel Stacks** windows to debug a multithreaded application. This window helps you understand and verify the run-time behavior of multithreaded code.
2525

26-
The Threads view is supported for C#, C++, and Visual Basic. Sample code is provided for C# and C++, but some of the content and illustrations apply only to the C# sample code.principles.
26+
The Threads view is supported for C#, C++, and Visual Basic. Sample code is provided for C# and C++, but some of the code references and illustrations apply only to the C# sample code.
2727

2828
The Threads view helps you to:
2929

@@ -35,7 +35,7 @@ The Threads view helps you to:
3535

3636
Identical sections of the call stack are grouped together to simplify the visualization for complex apps.
3737

38-
The following conceptual animation shows how grouping is applied to call stacks. Only identical segments of a call stack are grouped.
38+
The following conceptual animation shows how grouping is applied to call stacks. Only identical segments of a call stack are grouped. Hover over a grouped call stack to idenitfy the threads.
3939

4040
![Illustration of the grouping of call stacks.](../debugger/media/vs-2022/debug-multithreaded-call-stacks.gif)
4141

docs/debugger/walkthrough-debugging-a-parallel-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are a few important points to remember when interpreting data in the Tasks
4747

4848
- Identical sections of the virtual call stack are grouped together to simplify the visualization for complex apps.
4949

50-
The following conceptual animation shows how grouping is applied to virtual call stacks. Only identical segments of a virtual call stack are grouped.
50+
The following conceptual animation shows how grouping is applied to virtual call stacks. Only identical segments of a virtual call stack are grouped. Hover over a grouped call stack to idenitfy the threads that are running the tasks.
5151

5252
![Illustration of the grouping of virtual call stacks.](../debugger/media/vs-2022/debug-asynchronous-virtual-call-stacks-top-bottom.gif)
5353

0 commit comments

Comments
 (0)