Breakpoints View

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 :

Debug view

The commands available in the Breakpoints View are listed below.

Breakpoints View Commands

Command

Name

Description

Availability

Toggle Line Breakpoint Toggle a line breakpoint. Editor ruler context menu
Add Conditional Breakpoint Add Conditional Breakpoint Opens the create conditional breakpoint dialog. View action
Add Error Breakpoint 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 Collapse All Collapses all of the items in the view. View action
Disabled Disable Changes the selected breakpoint(s) to be disabled. Context menu
Enable Enable Changes the selected breakpoint(s) to be enabled. Context menu
Go to File 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 Hit Count Allows you to set or change the hit count for the selected breakpoint. Context menu
Link with View Link with View Changes if the breakpoints should be linked to the Debug View. View action
Remove All Breakpoints Remove All Removes all breakpoints from the view. Context menu and view action
Remove Selected Breakpoints 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 Breakpoints Skip All Sets all breakpoints to be skipped. View action

Related concepts

Breakpoints
Safe X3 Debugger
Safe X3 views