Skip to content

Commit

Permalink
Merge pull request #10513 from MicrosoftDocs/main638682662770052170sy…
Browse files Browse the repository at this point in the history
…nc_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Nov 27, 2024
2 parents 1ea4024 + 261f16b commit 5e0e0c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/debugger/using-breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ms.date: 08/13/2024
ms.topic: how-to
f1_keywords:
- vs.debug.breakpt.new
- vs.debug.breakpoints
- vs.debug.breakpt.constraints
- vs.debug.breakpt.condition
- vs.debug.breakpt.location.file
Expand All @@ -25,6 +26,8 @@ ms.subservice: debug-diagnostics

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.

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.

## Scenarios

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

0 comments on commit 5e0e0c9

Please sign in to comment.