Skip to content

Instantly share code, notes, and snippets.

@daog1
Created January 18, 2016 08:20
Show Gist options
  • Save daog1/1cbb7c7207faf34463c3 to your computer and use it in GitHub Desktop.
Save daog1/1cbb7c7207faf34463c3 to your computer and use it in GitHub Desktop.
java 远程调试脚本
java -Xdebug -Xrunjdwp:transport=dt_socket,address=0.0.0.0:8787,server=y,suspend=y -jar demo-0.0.1-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment