rrichards
7/30/2012 - 1:16 PM

Ruby debugger for 1.9.3-p125

Ruby debugger for 1.9.3-p125

# dont use this - instead use the 'debugger' gem at https://github.com/cldwalker/debugger

export PATCH_LEVEL=`ruby -e 'puts RUBY_PATCHLEVEL'`
export RVM_SRC=$rvm_path/rubies/ruby-1.9.3-p$PATCH_LEVEL/include/ruby-1.9.1/ruby-1.9.3-p$PATCH_LEVEL

gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=$RVM_SRC
gem install archive-tar-minitar
gem install ruby_core_source -- --with-ruby-include=$RVM_SRC

wget http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem
wget http://rubyforge.org/frs/download.php/63094/ruby-debug19-0.11.6.gem
wget http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
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