Skip to content

Instantly share code, notes, and snippets.

@games647
Created August 10, 2016 08:41
Show Gist options
  • Save games647/fc042e949a905ffd3c0bbf2aafe70c79 to your computer and use it in GitHub Desktop.
Save games647/fc042e949a905ffd3c0bbf2aafe70c79 to your computer and use it in GitHub Desktop.
Java remote debugging startup
java -Xdebug -XX:+UnlockDiagnosticVMOptions -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n -jar fileName.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment