HP 3000 Manuals

Capturing and Rerunning a Debugger Session [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation


Symbolic Debugger/iX User's Guide

Capturing and Rerunning a Debugger Session 

If, before a debugging session, you think you might need to retrace your
steps, you can capture the debugger commands you used during the session.
You can save the debugger commands in a file and "play them back" during
a subsequent session.

To write the debugger commands to a file, start the debugger using the -r 
option.  The example below starts the debugger and directs it to write
all commands to the file acdebug:

     XDB;INFO="-r ACDEBUG TEST1P"

To play back the file in subsequent debugger sessions, enter this
command:

     XDB;INFO="-p ACDEBUG TEST1P"

This file may also be played back from inside the debugger using the < 
command:

     >< ACDEBUG



MPE/iX 5.0 Documentation