Disabling a breakpoint prevents it from affecting program execution and is easier than clearing or creating new breakpoints.
Note: Disabled breakpoints can be enabled without losing any information. To know how to enable breakpoints, see
Enabling breakpoints.
To disable a breakpoint:
- Right-click on an enabled breakpoint in the marker bar.
- Choose Disable Breakpoint from the shortcut menu.
The breakpoint icon changes to
. The disabled breakpoint icon indicates that the breakpoint does not halt program execution.