Removing a Breakpoint
You can remove a breakpoint using the Source Editor, the Breakpoints tab, or the Classes tab.
In the Source Editor:
- Move the cursor to the line from which you want to remove the breakpoint.
- Click the Toggle Breakpoint control

in the Source Editor tool bar.
In the Breakpoints tab, do one of the following:
- Select a breakpoint in the scrolling list and click the Clear button.
- Click the Clear All button to remove all breakpoints.
In the Classes tab, do one of the following:
- Select a method in the scrolling list and click the Clear button.
- Click the Clear All button to remove all breakpoints.
See also:
- Breakpoints Tab
- Classes Tab