RE: JDE Windows 2000 Help please

2001-06-19 Thread Paul Kinnucan
At 06:45 PM 6/18/2001 -0700, you wrote: --- Douglas WF Acheson [EMAIL PROTECTED] wrote: --- MacEachern, Tim [EMAIL PROTECTED] wrote: Looks like it never reaches your breakpoint. Try enclosing the whole main function in a try {...} catch (Throwable t) { System.out.println(t);}

Re: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
--- Douglas WF Acheson [EMAIL PROTECTED] wrote: Hello, Since no one has replied to my other email I kinda figured that I would not get help with Xemacs, so I downloaded Emacs 20.7 and am running that to get JDEBug to work. As it turns out I again cannot get it to work. I have stripped

RE: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
--- MacEachern, Tim [EMAIL PROTECTED] wrote: Looks like it never reaches your breakpoint. Try enclosing the whole main function in a try {...} catch (Throwable t) { System.out.println(t);} block. This will pick up missing Java classes. Then you can set an additional breakpoint on the

RE: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
--- Douglas WF Acheson [EMAIL PROTECTED] wrote: --- MacEachern, Tim [EMAIL PROTECTED] wrote: Looks like it never reaches your breakpoint. Try enclosing the whole main function in a try {...} catch (Throwable t) { System.out.println(t);} block. This will pick up missing Java