Skip to content

Instantly share code, notes, and snippets.

@rromanchuk
Created December 9, 2011 19:51
Show Gist options
  • Save rromanchuk/1453014 to your computer and use it in GitHub Desktop.
Save rromanchuk/1453014 to your computer and use it in GitHub Desktop.
ruby-debug19 with ruby 1.9.3 with RVM
export RVM_SRC=/Users/ryan/.rvm/src/ruby-1.9.3-p0
# get the following here http://rubyforge.org/frs/?group_id=8883
gem install archive-tar-minitar
gem install ruby_core_source-0.1.5.gem -- --with-ruby-include=/$RVM_SRC
gem install linecache19-0.5.13.gem -- --with-ruby-include=/$RVM_SRC
gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=/$RVM_SRC
gem install ruby-debug19-0.11.6.gem -- --with-ruby-include=/$RVM_SRC
# add to gemfile:
gem "linecache19", "0.5.13"
gem "ruby-debug-base19", "0.11.26"
gem "ruby-debug19", require: 'ruby-debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment