Skip to content

Commit 2fd4c55

Browse files
authored
Apply suggestions from PR review
Add period at end of alt text
1 parent 295dd2b commit 2fd4c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/using-breakpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ For complex debugging scenarios, you may want to create breakpoint groups to org
377377

378378
You can create breakpoints in the **Breakpoints** window by selecting **New > Breakpoint Group**, and providing a name for the group. To add a breakpoint to a group, right-click the breakpoint and choose **Add to Breakpoint Group** > **\<group name\>**. Or, drag-and-drop your breakpoints into the desired group.
379379

380-
![Screenshot of breakpoint groups](../debugger/media/vs-2022/breakpoints-window-breakpoint-groups.png)
380+
![Screenshot of breakpoint groups.](../debugger/media/vs-2022/breakpoints-window-breakpoint-groups.png)
381381

382382
To set a default breakpoint group, right-click a group and select **Set as default Breakpoint Group**. When you set a default breakpoint group, newly created breakpoints are automatically added to the group.
383383

0 commit comments

Comments
 (0)