At 08:54 PM 7/5/00 -0400, you wrote:
>
>Please enter the details of your bug report here
>
>When I stop at a breakpoint emacs and the java vm freeze.  When I set
>jde-bug-raise-frame-p to be nil this behavior does not occur.  I have
>to kill the java application in order to regain control of emacs.
>
>I was able to reproduce this with the following trivial java code (and
>more complex ones of course) with a breakpoint on the println.
>
>import java.awt.*;
>
>public class Test {
>    public static void main( String[] args ) {
>       Frame f = new Frame( "test" );
>       f.add( new Button( "test button" ) );
>       f.pack();
>       f.show();
>       System.out.println( "hangs here" );
>    }
>}
>

Turn the variable jde-bug-raise-frame-p off. I added the raise frame
functionality at the request of a user who wanted the Emacs frame to pop up
or to the front when the debuggee app hits a breakpoint. Apparently, this
creates some kind of deadlock with GUI apps. I will investigate and see if
I can't get the raise frame functionality to work with GUI apps, too.

- 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



Reply via email to