0030-3021 0030-3027
0030-3021 Play mode has been stopped.
Explanation: Play mode has been terminated by the halt or stop button.
User Response: None. This is an informational message.
0030-3022 Play mode has been started.
Explanation: Play mode has been initiated by the play button.
User Response: None. This is an informational message.
0030-3023 The halt button had no effect on task:
number
, because it was not running.
Explanation: The halt button was selected. No action was taken to stop the execution of
this task because it was not running.
User Response: None. This is an informational message.
0030-3024 The halt button had no effect on tasks:
string
in group:
string
, because they
were not running.
Explanation: The halt button was selected. No action was taken to stop the execution of
the tasks listed because they were not running.
User Response: None. This is an informational message.
0030-3025 Task
number
: Unable to initialize remote debug engine. Check location and
permissions of executable.
Explanation: Initialization of the remote debug engine has failed.
User Response: Verify that the executable program name has been specified correctly and
has read and execute permissions.
0030-3026 Task
number
: Initial break point line number contains non-numeric data.
Explanation: A line number and filename have been specified for the initial breakpoint via
the MP_DEBUG_INITIAL_STOP environmental variable. The format is
filename:line_number. In this case the line number had non numeric characters.
User Response: Respecify the line number in MP_DEBUG_INITIAL_STOP with only
numerics.
0030-3027 Task
number
: While attempting to set the initial breakpoint, pedb could not
find the file which contains the main routine. Check that the file containing
the main routine or the program statement has been compiled with the -g
option. The initial breakpoint can be set manually using the
MP_DEBUG_INITIAL_STOP environment variable.
Explanation: The remote debug engine is attempting to set an initial breakpoint in the main
routine. A line number within a source file that correlated with the main routine was not
found.
User Response: Check that the file containing the main routine or the program statement
has been compiled with the -g option. The initial breakpoint can be set manually via the
MP_DEBUG_INITIAL_STOP environment variable.
46 IBM PE for AIX V2R4.0: Messages