HP 3000 Manuals

Debugging Your Program [ HP DeskManager Intrinsics ] MPE/iX 5.0 Documentation


HP DeskManager Intrinsics

Debugging Your Program 

User program calls to the Intrinsics may be traced.  Tracing is invoked
by setting the JCW INTRINTRACE to 1.  This causes tracing to appear in
the $STDLIST. Alternatively, trace output can be directed to another
device by file equating INTRTOUT to the required device.[REV BEG] For
example, the file can be output to the print spooler by setting :FILE
INTRTOUT;DEV=LP.[REV END] Tracing shows the parameter values passed to
and from the Intrinsics.[REV BEG] Tracing of the Driver can be enabled be
setting the JCW HPDESKTRACE to 1.[REV END] If the Driver is tracing, it
will echo the parameters passed to it on entry and before completion.
For example:
_______________________________________
|                                     |
|                                     |
|      ----> HPDGatesend              |
|      Trans File Name : c1.ann.em    |
|      Status   1      : 0            |
|      Status   2      : 0            |
|      Status   3      : 0            |
|      Status   4      : 0            |
|      Status   5      : 0            |
|      Status   6      : 0            |
|      Status   7      : 0            |
|      Status   8      : 0            |
|      Status   9      : 0            |
|      Status   10      : 0           |
|      Status   11      : 0           |
|      Status   12      : 0           |
|      Message Ref.    : 321          |
|      <---- HPDGatesend              |
|                                     |
_______________________________________

            


NOTE Password fields will not be echoed in the tracing.


MPE/iX 5.0 Documentation