0030-0109 0030-0113
0030-0109
string
searched to the top/end of the file and did not find
string
Explanation: This message is formatted dynamically from the string you are searching for,
and the direction of the search. Message format is:
Searched to the
limit
of the file and did not find
string
.
For example: User specifies a string of
my_variable
in this find window. If using the First or
Next option, the message text will be: Searched to the end of the file and did not find
my_variable
. If using Previous or Last, the message text will be: Searched to the top of file
and did not find
my_variable
User Response: Try specifying a different string or use the case sensitive button to ignore
case when searching. To search from a different starting point in the text, scroll to that
general area, and then left click on the desired starting line.
0030-0110 No source file is available for task:
string
, thread:
string
.
Explanation: pedb could not locate a source file to correspond with where the program on
this task and thread is stopped. Consequently no source file for this task and thread will
appear in the source file window.
User Response: pedb processing will continue. You can select a source file using the Get
Source File option from the File pull-down or by double clicking on a stack entry which
contains a source file name.
0030-0111 Could not locate source file:
string
for task:
string
, thread:
string
.
Explanation: pedb could not locate a source file to correspond with the current program
state in this task and thread. Consequently no source file for this task and thread will appear
in the source file window.
User Response: Check the source file search path and file permissions. pedb processing
will continue.
0030-0112 Unable to open file
string
for task
string
, thread
string
.
Explanation: pedb was not able to open the file for reading or determined that the selected
file was not a regular file (such as a directory or device).
User Response: This typically occurs when manually selecting a new source file for the
source window. In this case, the user should check that the filename is valid and the proper
permissions are in effect to allow it to be read. If this message occurs because the debugger
stopped in a new source file, one may also want to check the source search path using the
Source Path window under File on the menu bar. pedb will display no source if it stops in a
file it cannot read.
0030-0113 Source file:
string
on task:
string
, thread
string
is larger than the maximum
allowable size, which is 65534 lines.
Explanation: pedb could not load the entire source file into the buffer used to process the
Source File window. If you started pedb in normal mode, both pedb and the program will
terminate. If you are using pedb in attach mode, pedb will detach from the program and exit,
but the program will not be terminated.
User Response: If you want the ability to debug all the source code for this program, split
the code into multiple files, with each file being less than 65535 lines. After completing this,
recompile the program.
Chapter 3. pedb Messages 31