HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 2 User Interface

Automatic DBUGINIT Files

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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.

Feedback to webmaster