Skip to content

Commit 8fb03a5

Browse files
committed
edits
1 parent 691dae5 commit 8fb03a5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/debugger/how-to-use-the-call-stack-window.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ Non-user code is any code that is not shown when [Just My Code](../debugger/just
9090
::: moniker range=">=vs-2022"
9191

9292
## View all related threads
93-
Toggle the **View all threads** button to see all the related threads in the [Parallel Stack window](../debugger/using-the-parallel-stacks-window.md).
9493

95-
## Call Stack Search
94+
Toggle the **View all threads** button to see all the related threads in the [Parallel Stack window](../debugger/using-the-parallel-stacks-window.md). The Parallel Stacks window provides visualizations of the call stacks for multithreaded apps.
95+
96+
## Call Stack Search
97+
9698
You can search for relevant call stack frames by typing relevant search terms in the search box located in the top left corner of the call stack window. The pertinent call stack frames will get highlighted.
9799

98100
::: moniker-end

docs/debugger/navigating-through-code-with-the-debugger.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Navigate code with the debugger"
33
description: "Learn how to use the Visual Studio debugger to troubleshoot your code. Topics include entering break mode, stepping through code, and running to a target."
4-
ms.date: 06/27/2024
4+
ms.date: 06/09/2025
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug.execution
@@ -192,9 +192,6 @@ While the debugger is paused, you can hover over a statement in source code or t
192192

193193
![Screenshot that shows Run to Click and the green arrow.](../debugger/media/dbg-run-to-click.png)
194194

195-
> [!NOTE]
196-
> **Run to Click** is available starting in Visual Studio 2017.
197-
198195
::: moniker range=">= vs-2022"
199196
### Force run to click
200197

0 commit comments

Comments
 (0)