SYMDEBUG [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation
HP Pascal/iX Reference Manual
SYMDEBUG
SYMDEBUG is a System-Dependent MPE/iX and HP-UX Option.
The SYMDEBUG compiler option emits symbolic debugging information for use
with the HP TOOLSET/XL debugger or the HP Symbolic Debugger (see the HP
Pascal/iX Programmer's Guide or the HP Pascal/HP-UX Programmer's Guide,
depending on your implementation, for more information). You cannot use
the optimizer if you use the SYMDEBUG option.
The command line option g also specifies this option.
Syntax
$SYMDEBUG ['XDB ]$
['TOOLSET']
Parameters
None The HP Symbolic Debugger for the HP-UX operating system; HP
TOOLSET/XL for the MPE/iX operating system.
XDB Emits information for the HP Symbolic Debugger, for either
the HP-UX or MPE/iX operating system.
TOOLSET Emits information for the HP TOOLSET/XL debugger. (Only
the MPE/iX operating system allows HP TOOLSET/XL.)
Default None.
Location At front.
Example
$SYMDEBUG 'XDB'$
PROGRAM any_program;
BEGIN
.
.
.
END.
NOTE A program containing the SYMDEBUG compiler option must be linked
with the pc option -g.
MPE/iX 5.0 Documentation