HP 3000 Manuals

TRANDEBUG Run-Time Environment [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation


HP Transact Reference Manual

TRANDEBUG Run-Time Environment 

By default, TRANDEBUG is invoked automatically after you compile your
program with the TRANDEBUG compiler option.  Unless you use the SETVAR
TRANDEBUG system command to specify which system you want to debug (see
"Alternative Debug Entry Points"), TRANDEBUG is invoked for the main
program.

For TRANDEBUG to be invoked for a particular system, the following two
conditions must be met:

   *   The system must be compiled with the TRANDEBUG compiler option.

   *   The list file IUxxxxxx (where xxxxxx is the system name) generated
       by the Transact/iX compiler, must be accessible.


NOTE For versions prior to Transact/iX A.04.02, the list file format is ITxxxxxx (where xxxxxx is the system name).
The Transact/iX compiler automatically creates the IUxxxxxx list file for each system in your current group that is compiled with TRANDEBUG. This file contains the symbol table and source code information needed during debugging. These files are purged when you recompile your program with the debug option turned off.


MPE/iX 5.0 Documentation