Sha256: ef0b730f83ccd512302352117f2bac7258f38a09c6ccc6fdb7e6f6fc1140dfdf

Contents?: true

Size: 1.12 KB

Versions: 19

Compression:

Stored size: 1.12 KB

Contents

#see: http://stackoverflow.com/questions/6438116/rails-with-ruby-debugger-throw-symbol-not-found-ruby-current-thread-loaderro

export PATCH_LEVEL=`ruby -e 'puts RUBY_PATCHLEVEL'`
export RVM_SRC=$HOME/.rvm/rubies/ruby-1.9.3-p$PATCH_LEVEL/include/ruby-1.9.1
gem install archive-tar-minitar
gem install ruby_core_source -- --with-ruby-include=/$RVM_SRC
export RVM_SRC=$HOME/.rvm/rubies/ruby-1.9.3-p$PATCH_LEVEL/include/ruby-1.9.1/ruby-1.9.3-p$PATCH_LEVEL

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
# if that step failed, and you are running OSX Lion, then following this post can help you: 
# http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues
# this happens if you recently installed xcode from the app store. 
# bizarrely, for me I had to do this: ln -s /usr/bin/gcc /usr/bin/gcc-4.2
gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=/$RVM_SRC

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mongo-db-utils-0.2.1 install_rdebug.sh
mongo-db-utils-0.2.0 install_rdebug.sh
mongo-db-utils-0.1.6 install_rdebug.sh
mongo-db-utils-0.1.5 install_rdebug.sh
mongo-db-utils-0.1.4 install_rdebug.sh
mongo-db-utils-0.1.3 install_rdebug.sh
mongo-db-utils-0.1.2 install_rdebug.sh
mongo-db-utils-0.1.0 install_rdebug.sh
mongo-db-utils-0.0.9.3 install_rdebug.sh
mongo-db-utils-0.0.9.2 install_rdebug.sh
mongo-db-utils-0.0.9 install_rdebug.sh
mongo-db-utils-0.0.8 install_rdebug.sh
mongo-db-utils-0.0.7 install_rdebug.sh
mongo-db-utils-0.0.6 install_rdebug.sh
mongo-db-utils-0.0.5 install_rdebug.sh
mongo-db-utils-0.0.4 install_rdebug.sh
mongo-db-utils-0.0.3 install_rdebug.sh
mongo-db-utils-0.0.2 install_rdebug.sh
mongo-db-utils-0.0.1 install_rdebug.sh