Breakpoint information command
The breakpoint information command, located in the debug menu and in the project toolbar ( ), displays the list of all set breakpoints in the system (enabled or disabled).
Display all breakpoints in a grid:
Note:
The * shows that the breakpoint has a condition .
You can edit the selected breakpoint by double clicking on it, or pressing [enter] which show the menu.
You can disable/enable the selected breakpoint(s) by pressing [space].
You can sort by clicking the column, especially the first column which provide tree, flat or sorted view.
Display all breakpoints in a list:
Display all breakpoints in a list filtered by a tag using button :
See Also:
Breakpoints commands
Breakpoint information command
Back to Breakpoints