Library /sys$common/syshlp/dbg$help.hlb DEBUG, SHOW, WATCH, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
DBG> SHOW WATCH watchpoint of MAIN\X watchpoint of SUB2\TABLE+20 DBG> This command displays two watchpoints: one at the variable X (defined in module MAIN), and the other at the location SUB2\TABLE+20 (20 bytes beyond the address denoted by the address expression TABLE).
|