Skip to content

Instantly share code, notes, and snippets.

@ksauzz
Created January 27, 2012 10:14
Show Gist options
  • Save ksauzz/1688146 to your computer and use it in GitHub Desktop.
Save ksauzz/1688146 to your computer and use it in GitHub Desktop.
JVM remote debugging option.
# JVM options on a server side.
# see http://docs.oracle.com/javase/1.4.2/docs/guide/jpda/conninv.html
JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
java $JAVA_OPTS .....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment