Skip to content

Commit 36f8213

Browse files
Merge pull request #10099 from MicrosoftDocs/main638452947495877998sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1e8b0b4 + 99aeec2 commit 36f8213

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Loading
Loading

docs/debugger/using-the-parallel-stacks-window.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "View threads in the Parallel Stacks window"
33
description: Use Parallel Stacks to help debug multithreaded applications. You can view stack information for all threads, and task-centered call stack information.
4-
ms.date: "11/20/2018"
4+
ms.date: "03/05/2024"
55
ms.topic: "conceptual"
66
f1_keywords:
77
- "vs.debug.parallelstacks"
@@ -54,6 +54,7 @@ The **Parallel Stacks** window has the following toolbar controls:
5454
|Icon|Control|Description|
5555
|-|-|-|
5656
|![Threads/Tasks combo box](media/vs-2022/parallel-stacks-toolbar-threads.png "Threads/Tasks combo box")|**Threads**/**Tasks** combo box|Switches the view between call stacks of threads and call stacks of tasks. For more information, see [Tasks view](#tasks-view) and [Threads view](#threads-view).|
57+
|![Filter icon](media/vs-2022/parallel-stacks-toolbar-filter.png "Filter icon")|**Filter** Control|Shows call stacks only for the specific set of threads that you're interested in.|
5758
|![Show Only Flagged icon](media/vs-2022/parallel-stacks-toolbar-flag.png "Show Only Flagged icon")|Show Only Flagged|Shows call stacks only for the threads that are flagged in other debugger windows, such as the **GPU Threads** window and the **Parallel Watch** window.|
5859
|![Toggle Method View icon](media/vs-2022/parallel-stacks-toolbar-method-toggle.png "Toggle Method View icon")|Toggle **Method View**|Switches between call stack views and **Method View**. For more information, see [Method View](#method-view).|
5960
|![Auto Scroll to Current icon](media/vs-2022/parallel-stacks-toolbar-autoscroll.png "Auto Scroll to Current icon")|Auto Scroll To Current Stack Frame|Autoscrolls the graph so that the current stack frame is in view. This feature is useful when you change the current stack frame from other windows, or when you hit a new breakpoint in large graphs.|

0 commit comments

Comments
 (0)