At 12:14 PM 4/19/00 -0400, Paul Kinnucan wrote:
> >> >6.  I get a java window when running JDEbug, and I think it's from the
> >> >debugger, not the debuggee as it is still present after the debuggee
> >> >terminates.  Could this use javaw or, alternately, minimize the window?
> >> >
> >>
> >>Set jde-run-java-vm-w to javaw. This is the default by the way. You must
> >>have changed it when you were using NT/XEmacs.
> >
> >Still seeing this with jde-run-java-vm-w set to javaw.  Here's my config:
> >
>
>[snip]
>
>   jde-bug-vm-executable '("java")
>                            ^^^^^


Set this to

  jde-bug-vm-executable '("javaw")

and still get the window.  Note that if I change the value of 
jde-run-java-vm to javaw, JDEbug's window doesn't appear.

Was poking through the code in jde-bug.el and it finally whacked me on the 
head that there is a JDEBug -> Process -> Start Debugger option.  I've 
always been starting with JDB -> Debug App.  Is there a difference?  In 
fiddling around for a minute, it seems that if I do JDEbug -> Process -> 
Start Debugger and then JDEBug -> Process -> Launch Process, it seems to 
run my app but breakpoints don't have any effect.  Am I starting the wrong way?

S

--
Steve Peterson                               +1 952 948 9729
Principal Consultant                     FAX +1 612 677 3050
Virtation Technologies, Inc.            http://virtation.com

Reply via email to