Skip to content

Instantly share code, notes, and snippets.

@TuxCoding
Created August 10, 2016 08:41
Show Gist options
  • Select an option

  • Save TuxCoding/fc042e949a905ffd3c0bbf2aafe70c79 to your computer and use it in GitHub Desktop.

Select an option

Save TuxCoding/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