Running the Sample Session [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation
Symbolic Debugger/iX User's Guide
Running the Sample Session
To run the sample debugger session, log on to your account. Then enter
the command below that corresponds to the language you're most familiar
with:
HP COBOL II--> xdb;info="-d pub.sys democbx.pub.sys"
HP FORTRAN 77--> xdb;info="-d pub.sys demofx.pub.sys"
HP Pascal--> xdb;info="-d pub.sys demopx.pub.sys"
HP C--> xdb;info="-d pub.sys democx.pub.sys"
This will get you inside HP Symbolic Debugger. You used the -d option to
specify the directory where the source file is. (This corresponds to the
D (Directory) command which you can use inside the debugger for the same
purpose).
Now to run the sample session, type the command below that corresponds to
your language:
HP COBOL II--> <<democbxr.pub.sys
HP FORTRAN 77--> <<demofxr.pub.sys
HP Pascal--> <<demopxr.pub.sys
HP C--> <<democxr.pub.sys
You will now be in the debugger session. Follow the instructions on the
screen to continue. When the session ends, you will still be in the
debugger. To get out, enter:
>q
NOTE The sample session is really a playback file which was created with
the debugger. If you want to know more about the Record and
Playback Facility of the debugger, refer to the section "Record and
Playback Commands" in Chapter 4 "HP Symbolic Debugger Commands".
MPE/iX 5.0 Documentation