0030-0057 0030-0064
0030-0057 Task
number
has been detached.
Explanation: A reply was received from the debug engine (dbe) that indicated the specified
task has been detached.
User Response: None. This is an informational message.
0030-0058 Attached to task
number
.
Explanation: The specified task has been attached by the debugger.
User Response: None. This is an informational message.
0030-0059 Debugger attached and ready.
Explanation: All the specified tasks have been attached, and you are able to start
debugging.
User Response: None. This is an informational message.
0030-0062 The following flag(s) are not valid when starting the debugger in attach
mode - '
string
'. Please check for valid flags and retry.
Explanation: The user attempted to start pedb with a command line flag(s) that is not
valid. The error message is given and the debugger exits.
User Response: The user should check for valid command line flags and try again.
0030-0063 The following environment variables have been ignored since they are not
valid when starting the debugger in attach mode - '
string
'.
Explanation: Some of the environment variables the user has set are not valid when
starting pedb in attach mode. A message is given indicating what variables have been
ignored. The debugger continues.
User Response: Note any environment variable of interest that have been ignored. This
message exists to highlight the fact that some of the environment variables that normally
have an effect when the POE job is initially started will not have an affect by having them set
when the debugger is invoked for attach.
0030-0064 Error creating temporary file
string
.
Explanation: When starting pedb in attach mode, a temporary host.list file is created,
consisting of only the tasks that you selected to attach to. This temporary host.list file is
created in /tmp by default, unless you specify a different directory with the TMPDIR
environment variable. The naming convention for this file is:
<
/tmpdir
>/.pedb.<
poe-pid
>.host.list where <
/tmpdir
> is either /tmp, or the directory specified
by the TMPDIR environment variable, if it has been defined, and where <
poe-pid
> is the
process ID of the poe job to be attached to. The message that you received appears when
the temporary host.list file cannot be opened, or when errors are detected while writing to the
file.
User Response: Verify that there is enough space available in the /tmp filesystem, or if you
have specified a directory with the TMPDIR environment variable, check the filesystem that
contains this directory for sufficient space. You may also want to check to be sure that a file
of the same name does not already exist.
28 IBM PE for AIX V2R4.0: Messages