Skip to content

Commit 5e0e0c9

Browse files
Merge pull request #10513 from MicrosoftDocs/main638682662770052170sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1ea4024 + 261f16b commit 5e0e0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/debugger/using-breakpoints.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/13/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug.breakpt.new
8+
- vs.debug.breakpoints
89
- vs.debug.breakpt.constraints
910
- vs.debug.breakpt.condition
1011
- vs.debug.breakpt.location.file
@@ -25,6 +26,8 @@ ms.subservice: debug-diagnostics
2526

2627
This article shows how to use different types of breakpoints in Visual Studio to improve debugging efficiency. It covers various scenarios where breakpoints can be applied, such as pausing code execution, logging information, and tracking changes in variable states. The article explains how to set conditional breakpoints, tracepoints, data breakpoints, dependent breakpoints, and temporary breakpoints. It also includes detailed instructions on setting function breakpoints. This guide is essential for developers looking to leverage breakpoints for effective debugging in Visual Studio.
2728

29+
If you're unfamiliar with using breakpoints in Visual Studio, see [Get started with breakpoints](get-started-with-breakpoints.md) before going through this article.
30+
2831
## Scenarios
2932

3033
The following table shows common debugging scenarios for breakpoints and the recommended breakpoint type for the scenario.

0 commit comments

Comments
 (0)