Created
August 10, 2016 08:41
-
-
Save TuxCoding/fc042e949a905ffd3c0bbf2aafe70c79 to your computer and use it in GitHub Desktop.
Java remote debugging startup
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
| 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