Created
June 30, 2015 14:22
-
-
Save laszlomiklosik/3f3f85b0331f1a51c321 to your computer and use it in GitHub Desktop.
Java remote debug JVM args
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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