Skip to content

Commit 168cecb

Browse files
committed
edits
1 parent 1065d14 commit 168cecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)