If I run with the old jdb stuff in JDE, I get a comint buffer that
behaves much like a normal
gud.el buffer.

But, when I use the new JPDA stuff, I don't see that I have such a
buffer
The only comint buffer I see is one named *JDEbug* which contains stuff
like


     (jde-dbo-init-debug-session)
     JDE> -1 17 launch 3 -vmexec java  FileTest



     (jde-dbo-message
     3 "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-001, green
     threads, nojit)")


     (jde-dbo-command-result 17 63803)

     JDE> 3 18 break absolute FileTest.java 9

It looks like the "JDE>" is a prompt, and the stuff following is a
command, followed by
lines that contain the output of the command.

Is this buffer just intended for internal use?  If so, are there any
plans for a cmd line interface ala
dbx, gdb, jdb, ....?

If not, is there a doc somewhere explaining
the command language (eg, -1 17 launch 3 -vmexec java FileTest)?

Could you please email a reply since I am not yet on the jde list.
Thanks.


--

Jim Holmlund - Javasoft; [EMAIL PROTECTED]


Reply via email to