Setting a BreakpointThis extension adds a new margin to the Visual Studio editor, to the right of the Indicator Margin. Left clicking on an empty space in this margin will create a Breakpoint at the corresponding line of code. Modifying a BreakpointRight clicking on a Breakpoint will show the options panel. Right clicking again or scrolling in the editor will dismiss the options panel. A Breakpoint can be set to either be a trigger or be triggered by another Breakpoint.
The Breakpoint icon indicates the mode it is currently set to. Conditional Breakpoints and ActionsConditions 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. Removing a BreakpointRemove a Breakpoint by left clicking on the Breakpoint in either margin. |