Posted By:
APILINK_APILINK
Posted On:
Sunday, April 12, 2009 02:43 PM
Hi,
I want to start my JVM without -Xdebug etc. arguments.
E.g. java MyClass
And on specific event it will programmatically (without restarting JVM) set the debug arguments and will be accessible for remote debugging. Is it possible and how?
Thanks.