0030-0072 0030-0107
0030-0072 All tasks have exited. Select Ok to detach.
Explanation: All the tasks in the partition have completed program execution. Selecting Ok
causes pedb to detach from the program and exit. An alternative would be to click on
Cancel and then select the Quit option from the File pulldown menu. Please note that this
method would kill the POE job as well as causing pedb to exit.
User Response: As mentioned above, clicking on this window, and then select the
File->Quit option to kill the program and exit the debugger.
0030-0073 Missing or invalid argument following the –I flag. For information on the
correct syntax to use when invoking pedb, type: pedb –h
Explanation: The –I flag requires the name of a directory that pedb will search for source
code files. This argument was missing or invalid.
User Response: Specify the name of a directory following the –I flag. This directory should
be available to each task in your partition because the –I flag will be passed to each remote
dbx debugger.
0030-0074 Missing or invalid argument following the –d flag. For information on the
correct syntax to use when invoking pedb, type: pedb –h
Explanation: The –d flag requires an integer argument that specifies the nesting depth limit
of program blocks.
User Response: Specify an integer. Note that this overrides the default nesting depth limit
of 25 program blocks.
0030-0100 The Load command is ignored because the task
number
is already loaded.
Explanation: This task has already been loaded with a program.
User Response: If the wrong executable has been loaded for a particular task then pedb
will have to be restarted.
0030-0101 Your program has been loaded.
Explanation: This message is issued when your program has been loaded into the tasks in
the partition. This message indicates all the functions available in pedb are available for you
to use.
User Response: When this message is displayed, you can start debugging on all tasks in
the partition.
0030-0104 Cannot find executable '
string
'.
Explanation: pedb could not find the specified executable file.
User Response: Check that the name and path of the program to be debugged are
entered correctly, and verify that the file has the proper permissions.
0030-0105 Cannot execute '
string
'.
Explanation: The file to be debugged is not executable by this userid.
User Response: Check the file permissions, and the results of the id command to ensure
that you can execute the file. You may have to change your group or the file permissions.
0030-0107 Press a task or group button, because there is no current context.
Explanation: There is no defined context to execute on.
User Response: Select a context and re-execute the function.
30 IBM PE for AIX V2R4.0: Messages