Library /sys$common/syshlp/dbg$help.hlb DEBUG, ACTIVATE, BREAK, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.DBG> ACTIVATE BREAK MAIN\LOOP+10 This command activates the user-defined breakpoint set at the address expression MAIN\LOOP+10. 2.DBG> ACTIVATE BREAK/ALL This command activates all user-defined breakpoints. 3.DBG> ACTIVATE BREAK/ALL/USER/PREDEFINED This command activates all breakpoints, both user-defined and predefined.
|