Hi,

I'm trying to use the JDEbug form 2.16beta20, on a NTEmacs 20.4.1, using
bash as the shell. I'm not having much success, though...

I set a breakpoint in the beginning of main() in my application, and
them use C-c C-v C-d to start the debugger (at that point, the step
commands in the JDEbug menu are disabled, which I think is strange). The
windows is partioned in three areas as it should, but then I got the
following messages in the bottom area:

vm started...
All threads suspended...
Launched VM Java Debug Interface (Reference Implementation) version 1.0
Java Debug Wire Protocol (Reference Implementation) version 1.0
JVM Debug Interface version 1.0
JVM version 1.2.2 (Classic VM, build JDK-1.2.2-W, native threads, nojit)

Launching vm to run AvatarFactory
Setting breakpoint at line 8 in AvatarFactory.java.
Setting breakpoint at line 22 in AvatarFactory.java.
Setting breakpoint at line 52 in AvtSnmpDriver.java.
Running AvatarFactory.
AvatarFactory process ended.
Application I/O closed
Application I/O closed
Input error; application I/O closed
vm disconnected...

I never have a chance to stop in a breakpoint. And it is similar with
other applications as well; they end very quickly, and never stop at the
first breakpoint. Any ideas? It seems to be related to some I/O problem.
The applications are server-style, with on GUIs or keyboard input.

Another strange behavior is that the buffers created by JDEbug (like
"Process <APP_NAME>(<number>)" ) are never deleted, even when I call
"Exit  Debugger" from the menu. Every time I try to run the debugger a
new set of buffers is created.

Any hints or suggestions? Any help will be really appreciated.

    Nascif

Reply via email to