Hi folks I am trying to get started with jdee. Mainly I want a debugger that works and can show me source lines in emacs.
If I set jde-db-debugger to JDEbug, I get the message "Unknown debugger: JDEbug". If I set it to jdb, it appears to start up but then it hangs after printing these lines: cd ~/java.old/ jdb Something Initializing jdb ... > Deferring breakpoint Something.main. It will be set after the class is loaded. > run Something > VM Started: Set deferred breakpoint Something.main If I run jdb outside of jdee this works fine. I am not sure how to proceed to figure out why it isn't working for me. I'd appreciate some suggestions. How can I see the commands that jde is issuing to jdb? I'm using JDK1.4 on Solaris 8, with the following versions emacs 21.2.1 eieio-0.16 elib jde-2.2.8 semantic-1.4beta14 speedbar-0.13a Another problem I've had is that using emacs menubar to start jdee components reliably crashes my X server, eXceed 7.1, but this doesn't bother me because I'd rather type commands anyhow. So I start the debugger by typing M-x jde-db. Perhaps this is not right? Thanks for your time. Guy Hillyer [EMAIL PROTECTED]
