Add Program dialog box

Restriction: This dialog box applies only when debugging on the AS/400.

Use the Add Program dialog box to specify the type and the name of the program, service program, or Java class that you want to add to the list of programs under debug mode. Programs under debug mode must include at least one module that has been compiled with debug data. Java classes must be compiled with debug data.

Controls and control groupings are described below. Group and subgroup names appear in italics, and control names appear in bold.

Program Name Specify the name of the program or service program that you want to add to the list of programs or service programs being debugged. The program or service program name can be in any of the following formats:
  • Library/program
  • *LIBL/program
  • *CURLIB/program
  • Program (same as *LIBL/program)

Alternatively, specify the Java class that you want to add to the list of programs being debugged. The Java class can be in any of the following formats:

  • Full path/Java class
  • Partial path/Java class (if the partial path is in the CLASSPATH as defined in the Debugger Settings dialog box)
  • Java class (if the class is in the CLASSPATH as defined in the Debugger Settings dialog box) 

Adding a program that has multiple modules with the same name is not supported and will result in an error message.

Program Type Specify the type of program you want to add by selecting one of the following choices.
Program Select this choice if you are adding a program (*PGM).
Service Program Select this choice  if you are adding a service program (*SRVPGM).
Java Class Select this choice if you are adding a Java class.
Push buttons
OK Adds the program you specified and closes the Add Program dialog box.
Cancel Closes the Add Program dialog box without adding a program.
Help Displays this help panel.