Skip to content

Instantly share code, notes, and snippets.

@agibralter
Created November 28, 2011 21:12
Show Gist options
  • Save agibralter/1402092 to your computer and use it in GitHub Desktop.
Save agibralter/1402092 to your computer and use it in GitHub Desktop.
Get ruby-debug19 working on ruby-1.9.3-p0 with rvm.
$ rvm 1.9.3-p0
$ gem install path/to/gem/linecache19 -v "0.5.13"
$ gem install path/to/gem/ruby-debug-base19 -v "0.11.26" -- --with-ruby-include="${rvm_path}/src/`rvm tools strings`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment