Programmatically launch remote debug session ?
Does anyone know if it is possible using the provided intellij api to programitcally launch intellij into debugging a remote JVM? If so, what’s the best way to accomplish this?
Thanks in advance,
Brian
Please sign in to leave a comment.
Looking at the source for the J2ME plugin I can see how to setup and configure my own remote run profiles/configurations. The only piece I am missing is how to launch the IDE into debug mode without compiling; the same as the debug button on the intellij toolbar. Any ideas ?