Skip to content

Instantly share code, notes, and snippets.

@bulain
Last active October 4, 2015 06:18
Show Gist options
  • Save bulain/2592389 to your computer and use it in GitHub Desktop.
Save bulain/2592389 to your computer and use it in GitHub Desktop.
java debug remote
#java debug remote
x.debug=-Xdebug
x.noagent=-Xnoagent
x.compiler=-Djava.compiler=NONE
x.debugport=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment