Previous Topic: Enable a BreakpointNext Topic: Remove a Breakpoint in the Breakpoints View


Disable a Breakpoint

You can disable a breakpoint in the Breakpoints view as necessary.

To disable a breakpoint, select the breakpoint, right-click, and select Disable Breakpoint from the pop-up menu. The breakpoint icon changes from a filled circle to a non-filled circle.

When a line breakpoint is disabled, the program execution is not suspended where the breakpoint is set. The execution of the program continues as if the breakpoint was never set.