Skip to content

Commit 869919d

Browse files
authored
Acrolinx fix, alt text
1 parent d10a11a commit 869919d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugger/find-your-debugging-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sections:
2626
2727
Set a breakpoint. For more information, see [Use the right type of breakpoint](using-breakpoints.md) and [Get started with breakpoints](get-started-with-breakpoints.md).
2828
29-
- **How do I pause running code based on specific critera?**
29+
- **How do I pause running code based on specific criteria?**
3030
3131
Set the correct type of breakpoint. For more information, see [Use the right type of breakpoint](using-breakpoints.md).
3232

docs/debugger/get-started-with-breakpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When the debugger stops at the breakpoint, you can look at the current state of
7575
::: moniker range=">= vs-2022"
7676
For example, in the following illustration, you can see the value of `testInt` in a datatip and in the **Locals** window.
7777

78-
![Screenshot of viewing app state](../debugger/media/vs-2022/basic-breakpoint-viewing-app-state.png)
78+
![Screenshot of viewing app state.](../debugger/media/vs-2022/basic-breakpoint-viewing-app-state.png)
7979
::: moniker-end
8080

8181
Here are a few general instructions for working with breakpoints.

0 commit comments

Comments
 (0)