Skip to content

Commit 7a5b0b0

Browse files
committed
Add link to breakpoints article
1 parent d10a11a commit 7a5b0b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/debugger/using-breakpoints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ms.subservice: debug-diagnostics
2525

2626
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.
2727

28+
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.
29+
2830
## Scenarios
2931

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

0 commit comments

Comments
 (0)