Library /sys$common/syshlp/dbg$uihelp.hlb DEBUGUI, break_instruction *Conan The Librarian (sorry for the slow response - running on an old VAX) |
You can set a breakpoint on any instruction that has a toggle button to its left in the annotation area. These are the lines for which the compiler has generated executable code (routine declarations, assignment statements, and so on). To set a breakpoint on an instruction: 1. Find the instruction on which you want to set a breakpoint. 2. Click on the toggle button to the left of that line. (The breakpoint is set when the toggle button is filled in.)
|