At 07:23 PM 5/19/00 -0500, you wrote: >Hi, > >I get the following error > >Error: could not find ), line=5, bci=0 > 5 int i = 0; > >And when I just execute jdb and do next's or continue I get the >following result. Everything after the line starting with VM is dumped >at once when the debugger terminates and not during the next or when the >breakpoint is hit. > >cd ~/testing/ >jdb -classpath . t1 > >Initializing jdb... >> Deferring breakpoint t1.main. >It will be set after the class is loaded. >> run t1 >> >VM Started: Set deferred breakpoint request t1:5 > >Stopped at line 876 in ), line=5, bci=0 > 5 int i = 0; > >main[1] Set breakpoint request t1:5 >main[1] main[1] >Step completed: thread="main", t1.main(), line=6, bci=2 > 6 } > >main[1] Internal exception: com.sun.jdi.VMDisconnectedException > at >com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:185) > at com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:92) > at com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:78) > at >com.sun.tools.example.debug.tty.EventHandler.handleDisconnectedException(Ev entHandler.java:148) > at com.sun.tools.example.debug.tty.TTY.<init>(TTY.java:613) > at com.sun.tools.example.debug.tty.TTY.main(TTY.java.java > >The application has been disconnected > >Debugger finished > >What could be wrong? Or is it that JDE works well with Emacs on Win and >Solaris and not on Linux. > This is a faq. Use oldjdb or JDEbug. See the JDE mailing list archive for more information. - Paul ------------------------------------------------------------ TECH SUPPORT POLICY I respond only to requests that contain a complete problem report. The easiest way to ensure that your report is complete is to include the output of the JDE->Help->Submit Problem Report command in your request. To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] JDE website: http://sunsite.auc.dk/jde/ JDE mailing list archive: http://www.mail-archive.com/[email protected]/maillist.html
