At 11:20 AM 2/21/00 +0100, you wrote:
>Hi,
>
>I've got some problem with JDebug...When i step over a break point in the
>main method of an inner class.
>Does anyone can tell me what's going on?
>
>In my message buffer:
>
>Error: evaluating output from the debugger caused a Lisp error.
>Debugger output:
>(jde-dbo-event-set
>1 "all"
>(list "Thread" 1 "main" "runnable" "suspended by debugger")
>(list 'jde-dbo-step-event (list "java.lang.Thread" nil -1))).
>Lisp error: (wrong-type-argument stringp nil)
>
The step seems to take you to an unknown location in java.lang.Thread
class. I don't know why the step goes to this point or why there is no
source file and line number info avaliable. I do know, however, that the
JDE currently does not check for a step that goes to an unknown location
(i.e., no source file or line number info) and hence produces a Lisp error.
I've corrected the JDE to check for this condition and that should
eliminate the Lisp errors with the next release.
- Paul
------------------------------------------------------------
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.