Clearing Breakpoints
If you no longer need a breakpoint, you can remove it. Once you remove the breakpoint, the debugger no longer stops the execution at that point.
Clearing Unconditional Breakpoints
To remove an unconditional breakpoint from a specified line or function:
The toggle action removes the breakpoint from the code and as a result, the
sign disappears.
Clearing Conditional Breakpoints
To clear a conditional breakpoint, in the source code pane, click in the line of code which contains the breakpoint. Then, do one of the following:
The toggle action removes the breakpoint from the code causing the conditional breakpoint icon to disappear.
Clearing all Breakpoints
To clear all breakpoints, choose Debug – Remove All Breakpoints or click Delete All in the Breakpoints assistant.
Related Topics
Configuration of Conditional Breakpoints
Setting Unconditional Breakpoints
Setting Conditional Breakpoints
Return to top