HP Pascal/iX Reference Manual (31502-90022)

12- 76
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.
SYSINTR
SYSINTR is an HP Pascal Option.
The SYSINTR compiler option specifies the intrinsic file that the
compiler searches for information on intrinsic routines.
Syntax
$SYSINTR [
string
]$
Parameter
string
Specifies the name of the intrinsic file that the compiler
must search for information about intrinsic routines.
Default System intrinsic file (see the
HP Pascal/iX Programmer's
Guide
or the
HP Pascal/HP-UX Programmer's Guide
.)
Location Anywhere.
NOTE The
pc
option +C on HP-UX affects the SYSINTR compiler option (see
the
HP Pascal/HP-UX Programmer's Guide
.)
Example
PROGRAM Show_Intrinsic (Input,Output);