Debugger0000E Cannot set breakpoint at line 0
Severity: Error
Explanation: The breakpoint cannot be set at a particular line.
User Response: Set the breakpoint on another line. Try the operation again.
Debugger0001E Cannot step into method
Severity: Error
Explanation: The debugger cannot step into a method.
User Response: The end of the program has been reached or there is a remote debugger internal error. If it is an internal error, follow the instructions in the README file to report the problem to IBM.
Debugger0002E Cannot step over a line
Severity: Error
Explanation: The debugger cannot step over a line.
User Response: The end of the program has been reached or there is a remote debugger internal error. If it is an internal error, follow the instructions in the README file to report the problem to IBM.
Debugger0003E Continue failed. The program may not be in a stop mode
Severity: Error
Explanation: The debugger could not continue. The program may not be in a stop mode.
User Response: The end of the program has been reached or the program is not in a stop mode.
Debugger0004E Could not load class named 0
Severity: Error
Explanation: A named class could not be loaded.
User Response: Be sure that specified class is on the CLASSPATH. Try the operation again.
Debugger0005E There is no main method in class 0
Severity: Error
Explanation: There is no main method in the debugged class.
User Response: Add the main method to the class or start the debugger again with another class.
Debugger0006E Cannot run the debugged class 0
Severity: Error
Explanation: The debugged class cannot be run.
User Response: This is a remote debugger internal error. Follow the instructions in the README file to report the problem to IBM.
Debugger0007E The remote thread is null.
Severity: Error
Explanation: The remote thread is null.
User Response: This is a debugger internal error. Follow the instructions in the README file to report the problem to IBM.
Debugger0008E The remote frame is null.
Severity: Error
Explanation: The remote frame is null.
User Response: This is a debugger internal error. Follow the instructions in the README file to report the problem to IBM.
Debugger0009E The remote class is null.
Severity: Error
Explanation: The remote class is null.
User Response: This is a debugger internal error. Follow the instructions in the README file to report the problem to IBM.
Debugger0010E Debugger cannot find source file for class 0
Severity: Error
Explanation: The debugger cannot find the source file for a class.
User Response: Make sure the source file is available and try the operation again.
Debugger0011E No Thread
Severity: Error
Explanation: There is no thread that can be run.
User Response: Start the debugged program first.
Debugger0012E Nothing suspended
Severity: Error
Explanation: The program cannot resume because there is no thread that is currently suspended.
User Response: A running thread must be suspended before the program can resume.
Debugger0013E No default thread specified.
Severity: Error
Explanation: The debugger may not be able to continue because a default thread has not been specified.
User Response: Start the debugged program first.
Debugger0014E Cannot find method arguments. Compile with -g option
Severity: Error
Explanation: The .java file has not been compiled with the -g option.
User Response: Recompile the .java file with the -g option.
Debugger0015E Cannot find local variables. Compile with -g option
Severity: Error
Explanation: The .java file has not been compiled with the -g option.
User Response: Recompile the .java file with the -g option.
Debugger0016E 0 is not a valid ID or class name .
Severity: Error
Explanation: The debugger may not be able to continue.
User Response: Debugger internal error