Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Better Breakpoints
Better Breakpoints

Better Breakpoints

ChineseElectricPanda

|
233 installs
| (0) | Free
Adds improved breakpoints to allow breakpoints to be enabled when other breakpoints are hit.
Download

Setting a Breakpoint

This extension adds a new margin to the Visual Studio editor, to the right of the Indicator Margin.

image.png

Left clicking on an empty space in this margin will create a Breakpoint at the corresponding line of code.

image__2.png

Modifying a Breakpoint

Right clicking on a Breakpoint will show the options panel. Right clicking again or scrolling in the editor will dismiss the options panel.

image__3.png

A Breakpoint can be set to either be a trigger or be triggered by another Breakpoint.

  • Trigger: this Breakpoint, when hit, will enable all 'Triggered By' Breakpoints of the same color. If Break is unchecked, it will not break when hit but still enable all 'Triggered By' Breakpoints.
  • Triggered By: This Breakpoint will be disabled when the debugger is started, and will be enabled when any trigger of the corresponding color is hit.

The Breakpoint icon indicates the mode it is currently set to.

image__4.png

Conditional Breakpoints and Actions

Conditions and actions can be added to the Breakpoint as normal, by left clicking on the Visual Studio breakpoint in the indicator margin and selecting 'Conditions...' or 'Actions...' to open the Breakpoint Settings panel.

image__5.png

Removing a Breakpoint

Remove a Breakpoint by left clicking on the Breakpoint in either margin.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft