The Breakpoints View lists all the breakpoints you have set in your workspace. Only up to six breakpoints can be toggled if you are debugging in flash with Cortex-M3 series' chips, for Cortex-M0, the number is four. Otherwise, warnings will be presented at runtime.
You can double-click a breakpoint to find its location in the editor (if applicable). You can also enable or disable breakpoints, delete them, add new ones.
| Command |
Name |
Description |
Availability |
 |
Remove Selected Breakpoints |
Only removes the selected breakpoint(s). |
Context menu and view action |
 |
Remove All BreakPpoints |
Removes all breakpoints. |
Context menu and view action |
 |
Go to File |
Goes to the corresponding location of the breakpoint in the java editor. |
Context menu and view action |
 |
Skip All |
Sets all breakpoints to be skipped. |
View action |
 |
Expand All |
Expands all of the items in the view. |
View action |
 |
Collapse All |
Collapses all of the items in the view. |
View action |
 |
Link with View |
Changes if the breakpoints should be linked to the Debug View. |
View action |
 |
Add Watchpoint (C/C++)... |
Add watchpoints (Not supported by the current version. It will be supported in the future versions.) |
View action |
 |
Show full paths |
Show the full paths of the breakpoints. |
View action |
|
Group By... |
Allows you to select an alternate grouping for your breakpoints or create your own. |
View action |
 |
Select default Working Sets... |
Select the default working set so that the new breakpoints will be added into this working set. |
View action |
|
Deselect Default Working Set |
Deselect the default working set so that the new breakpoints will not be added into any working set. |
View action |
|
Working Sets... |
Opens the working sets dialog. |
View action |
 |
Enable |
Change the selected breakpoint(s) to be enabled. |
Context menu |
 |
Disable |
Change the selected breakpoint(s) to be disabled. |
Context menu |
|
Select All |
Selects all of the breakpoints in the view. |
Context menu |
 |
Copy |
Copies the selected breakpoints to the system clipboard. |
Context menu |
 |
Paste |
Pastes copied breakpoints into the view. |
Context menu |
 |
Import Breakpoints... |
Opens the import breakpoints wizard. |
Context menu |
 |
Export Breakpoints... |
Opens the export breakpoints wizard. |
Context menu |
|
Breakpoint Properties... |
Opens the breakpoints properties dialog. |
Context menu |