At 11:32 AM 10/20/00 -0400, Dave Zelnis <[EMAIL PROTECTED]> wrote:
>I'm having a problem within the debugger.  I can set a breakpoint and
>the debugger stops just fine (the first time) at any breakpoint I set.
>I've attached the problem report output.
>
>My problem is that after hitting a breakpoint, when I try to step
>over/into, continue, etc. I get the following error (in *Messages*)
>
>
>Error: debugger didn't respond to command:
>1 9 get_this 1275 0
>

Hi Dave,

The debugger hung up trying to get the fields of the "this" object for the
method 
at the current breakpoint. I'm not sure what the problem is. It could be that 
the object has a lot of fields with a lot of values that take too long to
get sent
across to Emacs. You might want to increase the JDEbug timout factor, using
JDEbug->Preferences. There seems to be some problems with the get_this
command. The next release (due in a few days) will include an option to disable
automatic display of local variables and the this object. I'll also try to
make the
JDEbug more robust in its response to timeout errors, i.e., to let it continue.

- Paul

Reply via email to