To disable existing breakpoints:
- Click on the line that has the breakpoint enabled.
- From the IDE menu bar, select Run > Toggle Breakpoint.
-or-
- Press Ctrl+Shift+B at the source line where you want the breakpoint disabled.
-or-
- Double-click the line where you want the breakpoint disabled.
-or-
- Right-click on the left-hand side of source file (the Gray area)
A context menu appears.
- Select Toggle Breakpoint.
-or-
- Select the breakpoint that you want disabled in the Breakpoints window.
- Right-click the breakpoint.
A context menu appears.
- Select Disable.
The Breakpoint gets disabled.