On this page:
- Toggling between the enabled and disabled state of a breakpoint
- Disabling a breakpoint temporarily in the editor
Toggling between the enabled and disabled state of a breakpoint
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 clickDone.
- 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.
Disabling a breakpoint temporarily in the editor
When you temporarily disable a breakpoint, its icon changes from
to
.
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.
- 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 clickDone.
- With the Alt key pressed, click the breakpoint icon.
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 clickDone.
- With the Alt key pressed, click the breakpoint icon.
Alternatively, open the Breakpoints dialog box, as described on pageAccessing 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, or pressCtrl+Shift+F8.
- In the Breakpoints dialog, press the left arrow key to select the desired category.
- PressDelete.
All breakpoints of a certain type will be deleted.