Hi Paul,
> The messages buffer is the bottom of the two buffers that
> open when you
> choose JDE->Debug App from the JDE menu. Here is the normal
> output of that
> buffer when the app runs to completion with no breakpoints:
>
> *** Debugger Output for Process jmath.Test(1) ***
>
> Debugger waiting for Emacs to connect to app SIO port 4918.
> Launch command line:
> javaw -classic -classpath
> e:/jmath/classes;c:/;d:/;.;d:\jar\juice.jar
> jmath.Test
>
> Emacs connected to standard IO port 4918 for process jmath.Test.
> VM options: '-classic '
> Launched VM Java Debug Interface (Reference Implementation)
> version 1.3
> Java Debug Wire Protocol (Reference Implementation) version 1.0
> JVM Debug Interface version 1.0
> JVM version 1.3.0 (Classic VM, native threads, nojit)
> vm started...
> All threads suspended...
> Debugger connected to standard I/O socket.
> Running jmath.Test.
> jmath.Test process ended.
> Closed transport for application's standard output.
> Closed transport for application's standard error output.
> vm disconnected...
>
>
> Note the SIO messages. You should see those. Please send me
> what you see
> when you try to run the debugger on your app.
>
> - Paul
>
I don't seem to get any other buffers opened when I do a JDE->Debug App.
There's a 'Process Test(1)' buffer that gets created that just contains:
*** Debugger Output for Process Test(1) ***
Nothing else. It looks like I might be getting stuck somewhere else?
Thanks for your help,
Jason