Hi Mike. If you run your program with remote debugging enabled (using the VM parameters below), you can attach remotely to it from a second IDEA session whenever you want.
This is also a great way to debug code in an app server. Cheers, Dan VM Parameters to attach remotely using socket on localhost port 5000: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 > -----Original Message----- > From: Mike Liu [mailto:[EMAIL PROTECTED]] > Sent: 27 November 2001 05:03 > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] of bugs and feature requests... > > > Richard, > > What I mean was to usher from "execute" mode into "debug" while the > application is _STILL_ running; without starting a new > "debug" session. > Currently, I can have an "execute" session and a "debug" > session at the same > time, but that's not what I am talking about. And I don't think it's > possible. > > > Thanks, > Mike Liu > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of Nemec, Richard > Sent: Monday, November 26, 2001 05:02 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Eap-list] of bugs and feature requests... > > Provided you (IDEA) compiled the files in debug mode AND > you (your IDEA) started the application with all the > debugging flags (-X......) you definitely should be able > to start debugging the application. It's the same as starting > a remote app and the connecting to it. > > r. > > -----Original Message----- > From: Mike Liu [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 4:32 AM > To: Eap-List@Intellij. Com > Subject: [Eap-list] of bugs and feature requests... > > > 3) Is it possible to switch from "Run" mode to "Debug" mode while an > application is still running? I know with what comes with > Sun JDK it is > probably not possible. Just trying my luck here... > > > thanks, > Mike Liu > > > _______________________________________________ > 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 > *************************************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] immediately. This footnote also confirms that this email message has been swept for the presence of computer viruses. *************************************************************************************** _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
