Breakpoints Menu
Toggle Breakpoint (F9)
The Toggle Breakpoint command toggles the breakpoint status for the instruction where the cursor is placed. Note that this function is only available when the Source window is the active view.

Clear all breakpoints
This function clears all defined breakpoints, including breakpoints which have been disabled.

Show list (Ctrl-B)
When Show list is selected, a breakpoint dialog appears on the screen. In the Breakpoints dialog, the user can inspect existing breakpoints, add a new breakpoint, remove a breakpoint or enable/disable breakpoints.

Source Window Marks
When a breakpoint is set on a location, the breakpoint is indicated by a mark on the left hand bar in the Source window.

See Also