Can't install ruby-debug-base19x gem Can't install ruby-debug-base19x gem ruby-on-rails ruby-on-rails

Can't install ruby-debug-base19x gem


1) Try download linecache19-0.5.13.gem and ruby-debug-base19-0.11.26.gem from http://rubyforge.org/frs/?group_id=8883

2) gem install linecache19-0.5.13.gem

3) gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=[your ruby source] or you can try gem install ruby-debug-base19x --pre


You can try

gem install ruby-debug-ide19

(according to the wiki). This installs for me on OS X 10.7.4, but you may want to give the debugger gem a shot (gem install debugger). It's actually maintained, unlike most of the ruby-debug* gems.


Just remove all debug related gem from your gems/gemset then let RubyMine reinstall the proper ones. Worked for me.