Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created August 18, 2012 10:32
Show Gist options
  • Save PetrGlad/3385959 to your computer and use it in GitHub Desktop.
Save PetrGlad/3385959 to your computer and use it in GitHub Desktop.
Enable java remote debugger (JDWP, openjdk)
java -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n ClassName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment