Removing Breakpoints

You can remove one or more breakpoints set for a debug session using the Breakpoints, Disassembly, or editor views.

Removing a Breakpoint

  1. To remove a breakpoint in the Breakpoints view:
    • Right-click the breakpoint, click Remove
  2. To remove a breakpoint in an editor or Disassembly views:
  3. The breakpoint disappears in the Breakpoints view.

Removing all Breakpoints

  1. To remove all breakpoints in the Breakpoints view:
    • Right-click a breakpoint, click Remove All
  2. To remove all breakpoint in an editor or Disassembly views:
    • Click the Run > Remove all Breakpoints menu item
  3. All the breakpoints disappear in the Breakpoints, Disassembly, and editor views.

Related concepts
Related tasks
Related references