Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created January 23, 2011 04:11
Show Gist options
  • Save BanzaiMan/791806 to your computer and use it in GitHub Desktop.
Save BanzaiMan/791806 to your computer and use it in GitHub Desktop.
Attach to JVM debugger listening on port 5001
jruby -J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,address=5001 <args>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment