Debug supports the automatic execution of commands within
special initialization files named DBUGINIT. These files must be in the form of a USE file
as described by the USE command.
Debug first tests for an initialization file (DBUGINIT) in the same group Uand account as the program
that is being debugged. Next, Debug looks for an initialization
file in the user's logon group and account (if different).
Based on the existence of these special files, it is possible
to execute initialization command files from both the program's
group and account and the user's logon group and account.
The following initialization sequence is possible for Debug:
1) DBUGINIT.ProgGrp.ProgAcnt (program group/account) 2) DBUGINIT.UserGrp.UserAcnt (user's group/account) |
Refer to chapter 9 for a discussion of initialization files
used for DAT.