Friday, August 17, 2007

JVM parameters to use a debugger for Java

Below are the JVM arguements that can be used to allow a debugger to connect to your Java application

-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=port

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home