Breakpoints
The user can set an unlimited number of code breakpoints. The breakpoints are remembered between sessions unless a new object file has been generated. If the object file is newer than the project file, the breakpoints are discarded.

Toggle Breakpoint
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
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