Breakpoints view

This view shows the breakpoints you have set.

You can perform these actions:

  • Click an item once to select the breakpoint.
  • Click a selected breakpoint twice to open the source and go to the line of the breakpoint in the Source view.
  • Click ADD in the Breakpoints view to add function or line breakpoints when the source is not yet loaded in the Source view. See Setting or deleting breakpoints.
  • Click DELETE in the Breakpoints view to remove a selected breakpoint.

Shortcut menu

If you right-click a breakpoint, these actions are displayed:

Delete
Deletes the currently selected breakpoints.
Disable
Disables the currently selected breakpoints.
Edit
Opens the Watch dialog box, but only if the selected breakpoint is a conditional watchpoint or a modification watchpoint.
See Setting a watchpoint.