Skip to content

Instantly share code, notes, and snippets.

@laszlomiklosik
Created June 30, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laszlomiklosik/3f3f85b0331f1a51c321 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/3f3f85b0331f1a51c321 to your computer and use it in GitHub Desktop.
Java remote debug JVM args
Example:
java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n My.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment