HP 3000 Manuals

How to Run Symbolic Debug [ HPTOOLSET XL Reference Manual ] MPE/iX 5.0 Documentation


HPTOOLSET XL Reference Manual

How to Run Symbolic Debug 

To run your program with the Symbolic Debug feature, you must first
compile your source files with a special control option.  For COBOL
programs, you must enter $CONTROL SYMDEBUG before the first executable
statement in your source files.  For Pascal programs, you must enter
$SYMDEBUG$ before the declaration statements in the source file.  In both
cases, the Symbolic Debug option is then automatically activated when
your program is compiled and prepared.

To use Symbolic Debug on FORTRAN programs, use the steps described later
in this chapter under the heading "Debugging Files Outside TOOLSET/XL."

[]
Figure 8-1. Indicating SYMDEBUG in Control Statement (COBOL)
[]
Figure 8-2. Indicating SYMDEBUG in Control Statement (Pascal)


MPE/iX 5.0 Documentation