Removing a Breakpoint
- To remove a breakpoint in the Breakpoints view:
- Right-click the breakpoint, click Remove
OR
- Click the Remove Selected Breakpoints (
) button
- To remove a breakpoint in an editor or Disassembly views:
- Double-click the breakpoint dot in the marker bar
OR
- Select the source line with the breakpoint, click Run > Toggle Line Breakpoint
OR
- Right-click the breakpoint dot in the marker bar and select Toggle Breakpoint
The breakpoint disappears in the Breakpoints view.
Removing all Breakpoints
- To remove all breakpoints in the Breakpoints view:
- Right-click a breakpoint, click Remove All
OR
- Click the Remove All Breakpoints (
) button
- To remove all breakpoint in an editor or Disassembly views:
- Click the Run > Remove all Breakpoints menu item
All the breakpoints disappear in the Breakpoints, Disassembly, and editor views.