System Debug Reference Manual (32650-90888)

20 Chapter1
INTRODUCTION
What Is Debug?
?PROGRAM+0004 etc.
Single step a few times to advance the program through the stub and into the main body of
the program. In summary,
:RUN NMPROG;DEBUG
Break at: [0] PROG 31.00022e7c ?PROGRAM
$nmdebug > won
$nmdebug > s
$nmdebug > s
You are now ready to debug your program (set breakpoints, define macros, turn on the
windows, and so forth).