Hello everybody, I am trying to use Latest DEbug on the latest Xemacs over RH6.2 linux platform. I set up JDE as suggested in the JDE help and tried to run it over a simple program I wrote for my Java class. I was able to start Debugger and Launch process: In process buffer I got the following: 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 1.2.2-L, green threads, nojit) Debugger created socket for app I/O on local host at port 1368. Emacs connected to standard IO port 1368 for process Lab2. Debugger waiting for Emacs to connect to app SIO port 1368. vm started... All threads suspended... At this point I am lost as I was not able to step through the code to see what was wrong with it. I could only find one option for moving through the code is to press " continue" button. After pressing that one I got my program running. I did not see the coursor going through the code and stopping at my breakpoint?
