Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2012 00:26
Show Gist options
  • Save anonymous/4333371 to your computer and use it in GitHub Desktop.
Save anonymous/4333371 to your computer and use it in GitHub Desktop.
java remote debug
java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment