Hi Michael, > Well. It is repeatable. I can cause IDEA to freeze every time if I set a breakpoint in > the debugger. Further, there semms to be some rather serious performance issues
Could you please provide detailed information (a small code example is even better) of how to repeat the behaviour. What IDEA build are you using, what is your system and JDK used to launch IDEA and the debuggee application? Are you using remote or local debug session? Do you launch your application with hotspot VM or classic VM? What types of breakpoints and how many of them have you added? > > happends, its the same thing. The AWT Thread hangs because its waiting on the > > Sun jdi call. Please send us the thread dump. > One questions I have, is that my application has a thread that reads standard input > in from the command line. Is there someplace in idea, where I can enter that input? You can enter your input in the debugger's console. Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Michael Kirby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 09 November, 2001 12:37 PM Subject: Re: [Eap-list] Knack for freezing debugger > Well. It is repeatable. I can cause IDEA to freeze every time if I set a breakpoint in > the debugger. Further, there semms to be some rather serious performance issues > with running the debugger with a conditional breakpoint set. > > One questions I have, is that my application has a thread that reads standard input > in from the command line. Is there someplace in idea, where I can enter that input? > > Mike > > > On 8 Nov 2001 at 17:53, Michael Kirby wrote: > > > I seem to have developed a knack for freezing the debugger. Each time it > > happends, its the same thing. The AWT Thread hangs because its waiting on the > > Sun jdi call. > > > > I can't tell if it is an Idea problem, or a sun problem. Although I am somewhat > > concerned that we are doing the actual jdi calls on the AWT Thread. Shouldn't > > there be some kind of SwingWorker thread that this is dispatched to, to prevent the > > UI from freezing. > > > > Any ideas? > > > > Mike > > --- > > [EMAIL PROTECTED] > > To obtain my PGP public key, mail "SEND PUB KEY" in the > > subject to "[EMAIL PROTECTED]" > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > --- > [EMAIL PROTECTED] > To obtain my PGP public key, mail "SEND PUB KEY" in the > subject to "[EMAIL PROTECTED]" > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
