Skip to content

Instantly share code, notes, and snippets.

@jrodbx
Created September 16, 2023 21:09
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 jrodbx/c7910b5dd1d0fbd8a04c5f7c35f5086d to your computer and use it in GitHub Desktop.
Save jrodbx/c7910b5dd1d0fbd8a04c5f7c35f5086d to your computer and use it in GitHub Desktop.
JVM Option to debug another process (useful for IDE to IDE debugging)
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment