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 <[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 269. >>> | Reason: Exception during command execution: jde.debugger.JDEException: No such >>> object exists. >>> | eieio-oref: Wrong type argument: (or object-p class-p), nil >>> `---- > > Harald
