How do I disable existing breakpoints?

To disable existing breakpoints:

  1. Click on the line that has the breakpoint enabled.
  2. From the IDE menu bar, select Run > Toggle Breakpoint.

-or-

-or-

-or-

  1. Right-click on the left-hand side of source file (the Gray area)

    A context menu appears.

  2. Select Toggle Breakpoint.

-or-

  1. Select the breakpoint that you want disabled in the Breakpoints window.
  2. Right-click the breakpoint.

    A context menu appears.

  3. Select Disable.

The Breakpoint gets disabled.