Delete
| Deletes the breakpoint or tracepoint from the source code and removes it from the scrolling list.
|
Delete All
| Deletes all breakpoints and tracepoints from the source code and removes them from the scrolling list.
|
Enable
| Enables the selected breakpoint or tracepoint and changes its glyph to a red stop sign. This button toggles to Disable.
|
Disable
| Disables the selected breakpoint or tracepoint and changes its glyph to a gray, crossed-out stop sign. This button toggles to Enable.
|
Disable All
| Disables all breakpoints or tracepoints listed and changes their glyphs to gray, crossed-out stop signs.
|
Enable All
| Enables all disabled breakpoints or tracepoints listed and changes their glyphs to red stop signs.
|
Show Source
| Shows the source line of the selected breakpoint or tracepoint in the editor window. You can also double-click on the selected breakpoint or tracepoint.
|
Help
| Displays help for the Breakpoints window.
|
Close
| Closes the Breakpoints window.
|
Add/Change Breakpoint
| Expands the Breakpoints window. Click to display options for adding or changing a breakpoint in your program. This button toggles to Hide Details.
|