Disabling the Debugger [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation
HP Transact Reference Manual
Disabling the Debugger
Under some circumstances, it might be desirable to turn off TRANDEBUG and
not have to recompile the program without the TRANDEBUG compiler option.
The TRANDEBUG debugger examines the TRANDEBUG MPE/iX system variable and
disables debugging if this variable is set.
To disable TRANDEBUG for your session, type the following command before
running your program:
:SETVAR TRANDEBUG,"OFF"
You can then turn on the debugger by typing the following command:
:SETVAR TRANDEBUG,"ON"
NOTE If the TRANDEBUG system variable is not set, then a program
compiled with the TRANDEBUG option will run in debug mode by
default.
MPE/iX 5.0 Documentation