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 add a watch point. The Watchpoint dialog opens, where you can configure these settings:
- Variable - Specify the variable to watch.
- Function - Specify the function in which the variable is defined (if applicable).
- Enabled - Set whether the watch point is enabled.
- Suspend on Modification Watchpoint - Set to suspend when the variable value changes.
- Suspend on Condition Watchpoint - Set to suspend when the variable value changes and matches the specified value.
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.