Re: JDEbug hangs trying to debug GUI (swing) application

2002-10-09 Thread Milan Zimmermann
Hi, I realize this is not of much help but i was never able to JDEbug an Application that uses swing. The debugger part of JDE worked for me (somewhat) only for non GUI apps. Milan On October 7, 2002 03:07 am, Serguei Khomiouk wrote: Hello, I am using emacs for WinNT during last year both

Re: JDEbug hangs trying to debug GUI (swing) application

2002-10-09 Thread Paul Kinnucan
Milan Zimmermann writes: Hi, I realize this is not of much help but i was never able to JDEbug an Application that uses swing. The debugger part of JDE worked for me (somewhat) only for non GUI apps. Milan is correct. JDEBug does not work for GUI apps, which severely limits its

jdb menu not enabled

2002-10-09 Thread Andy Piper
I think this is a bug. If you use jdb you have to start the debugger from the JDE menu (Debug App) even though the jdb menu exists. I think run on the jdb menu should run jde-jdb if no debugger process is running. Its highly confusing otherwise with all the jdb menu entries disabled. jde

Project autoswitch is cranky

2002-10-09 Thread Andy Piper
I would like to be able to load source files without switching projects (because I want to set breakpoints in these particular files) however if I turn off autoswitching it is ignored when I load a new file (i.e. it loads the project and switches). To get the effect I want I have to laod the new

JDEbug and bootclasspath

2002-10-09 Thread Andy Piper
What's the best way of modifying the bootclasspath for apps running under JDEbug? Thanks andy