On this page:
- Toggling between the enabled and disabled state of a breakpoint
- Disabling a breakpoint temporarily in the editor
- Enabling a temporarily disabled breakpoint in the editor
- Removing a breakpoint
- Removing all breakpoints of a certain type
When you temporarily disable or enable a breakpoint, its icon changes from
to
and vice versa.
- Place the caret at the desired line with a breakpoint.
- Do one of the following:
-
On the main menu, choose
- Right-click the desired breakpoint icon, select or deselect the
<breakpoint name> enabled check box, and then click Done.
- Alt -click on the breakpoint icon.
-
On the main menu, choose
Alternatively, open the Breakpoints dialog box, select the desired breakpoint, and select or clear the check box to its left.
When you temporarily disable a breakpoint, its icon changes from
to
.
- Place the caret at the desired line with a breakpoint.
-
Do one of the following:
- On the main menu, choose :
- Right-click the desired breakpoint icon, and clear the Line <line number> in <file name> check box in the pop-up dialog box that opens, and then click Done.
- With the Alt key pressed, click the breakpoint icon.
Alternatively, open the Breakpoints dialog box, as described on page Accessing Breakpoint Properties, select the desired breakpoint, and clear the check box next to it or the Line <line number> in <file name> check box in the right-hand pane.
When you enable a temporarily disabled breakpoint, its icon changes from to
.
- Place the caret at the desired line with a breakpoint.
-
Do one of the following:
- Right-click the desired breakpoint icon, select the Line <line number> in <file name> check box in the pop-up dialog box that opens, and then click Done.
- With the Alt key pressed, click the breakpoint icon.
Alternatively, open the Breakpoints dialog box, as described on page Accessing Breakpoint Properties, select the desired breakpoint, and select the check box next to it or the Line <line number> in <file name> check box in the right-hand pane.
To remove a breakpoint permanently, do one of the following:
-
Open the Breakpoints dialog box, select the desired breakpoint, and click
.
- Click the breakpoint icon in the left gutter of the editor.
- On the main menu, choose Ctrl+Shift+F8. , or press
- In the Breakpoints dialog, press the left arrow key to select the desired category.
- Press Delete.
All breakpoints of a certain type will be deleted.