Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Andrew Hyatt
Does it ask for an expression to evaluate first? Harald Maier [EMAIL PROTECTED] writes: Hello all, I installed jde-2.3.3 with eieio-0.17 elib-1.0 semantic-1.4.4 speedbar-0.14beta4 When I evaluate 'jde-bug-evaluate-expression' in a JDEbug session I get the following error:

Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Harald Maier
Andrew Hyatt [EMAIL PROTECTED] writes: Does it ask for an expression to evaluate first? Yes, it asks for an expression and afterwards the above error is signaled. When I evaluate 'jde-bug-evaluate-expression' in a JDEbug session I get the following error: , | Error: cannot get object

Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Andrew Hyatt
What sort of thing are you trying to evaluate? Perhaps the bug is that the evaluation returns null (legitimately, perhaps) and throws an error incorrectly? Or perhaps a variable has gone out of scope and you are trying to evaluate it? Harald Maier [EMAIL PROTECTED] writes: Andrew Hyatt

RE: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Petter Måhlén
The exception is throw by the Java side of JDEbug. It keeps a map of object id (269 in this case) and object reference in the process being debugged. The exception indicates that it cannot find the object with reference 269. I haven't looked at the 2.3.3 code, but if I remember right, in previous