Skip to content

Instantly share code, notes, and snippets.

@caligin
Last active November 25, 2019 19:21
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 caligin/43a4649867231a3e57e7 to your computer and use it in GitHub Desktop.
Save caligin/43a4649867231a3e57e7 to your computer and use it in GitHub Desktop.
-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=*:5005,suspend=y
Copy link

ghost commented Oct 29, 2019

address=0.0.0.0:5005 when running within a docker container, it defaults to 127.0.0.1 otherwise and the host gets connection refused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment