The Breakpoints View lists all the breakpoints you currently have set in your workspace. You can double-click a breakpoint to display its location in the editor (if applicable). You can also enable or disable breakpoints, delete them, add new ones, group them by working set, or set hit counts.
Breakpoints view :
The commands available in the Breakpoints View are listed below.
| Command |
Name |
Description |
Availability |
|---|---|---|---|
| � | Toggle Line Breakpoint | Toggle a line breakpoint. | Editor ruler context menu |
![]() |
Add Conditional Breakpoint | Opens the create conditional breakpoint dialog. | View action |
![]() |
Add Error Breakpoint | Opens the create error breakpoint dialog. | View action |
| � | Toggle Watchpoint | Toggle a watch breakpoint (watchpoint). | Main menu |
| � | Breakpoint Properties... | Opens the breakpoints properties dialog. | Context menu |
![]() |
Collapse All | Collapses all of the items in the view. | View action |
![]() |
Disable | Changes the selected breakpoint(s) to be disabled. | Context menu |
![]() |
Enable | Changes the selected breakpoint(s) to be enabled. | Context menu |
![]() |
Go to File | Opens the corresponding location of the breakpoint in the java editor. | Context menu and view action |
| � | Group By... | Allows you to select an alternate grouping for your breakpoints or create your own. | View action |
![]() |
Hit Count | Allows you to set or change the hit count for the selected breakpoint. | Context menu |
![]() |
Link with View | Changes if the breakpoints should be linked to the Debug View. | View action |
![]() |
Remove All | Removes all breakpoints from the view. | Context menu and view action |
![]() |
Remove Selected Breakpoints | Removes only the selected breakpoint(s) from the view. | Context menu and view action |
| � | Select All | Selects all of the breakpoints in the view. | Context menu |
![]() |
Skip All | Sets all breakpoints to be skipped. | View action |