Delete, Disable and Enable Breakpoints

Return to Introduction  Previous page  Next page

To delete a specific breakpoint, either:

·If the breakpoint is enabled, click on the red breakpoint circle in the left margin of the Source Code Editor, or
·Select the breakpoint in the Breakpoints tab and press [Delete].

You can also delete all breakpoints by clicking on the Delete all breakpoints button on the Debug toolbar.

To disable a breakpoint, deselect its checkbox on the Breakpoints tab. It is then shown as an empty grey circle. Select the breakpoint again to enable it.

See Also