Hi. I apologize in advance if this was already discussed or in 3.0.
We have an application that runs command line programs all the time. If that application is run or debugged through IntelliJ (which causes it to run through javaw.exe) and we get many popping windows as a result. IntelliJ support suggested remote debugging so that I can run the application through java.exe. It works but is slower and more resource intensive than normal debugging. We tried the following and it worked: If we deleted Javaw.exe and copied java.exe to javaw.exe we only got one command line window (as expected) but no other popping windows. Debugging (including breakpoints etc.) worked. So, my suggestion is to add an option for running/debugging configuration to run through java.exe in addition to javaw.exe. hanks, Amnon _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
