In a debug launch configuration, you can enter the library and
program name according to the list below. And, when you are adding a program
to a debug session, you can specify the program in the following formats:
- Library/program -- The debugger searches the specified library for the
program. If the program is not found in the specified library, an error dialog
is displayed.
- *LIBL/program -- All of the libraries in the library list for the job
specified in the Job section of the launch configuration
are searched until the first match for the specified program name is found.
If the program is not found in the library list, an error dialog is displayed.
- *CURLIB/program -- The current library for the job specified in the Job section
is used to locate the program. If you do not have a library designed as the
current library, QGPL is searched instead. If the program is not found, an
error dialog is displayed.
- Program -- When only the program name is specified, the search path used
is the same as that used for *LIBL/program.
The default value of the Library field is *LIBL.