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 Breakpoints view to add function or line breakpoints when the source is not yet loaded in the Source view. See Setting or deleting breakpoints. in the
- Click Breakpoints view to remove a selected breakpoint. in the
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.