Search code examples
rubyruby-debug

Can't install ruby-debug?


Has anyone else encountered this?

gem install ruby-debug
Building native extensions.  This could take a while...
ERROR:  Error installing ruby-debug:
    ERROR: Failed to build gem native extension.

        /Users/ohad/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
Can't handle 1.9.x yet
*** extconf.rb failed ***

I am using a gemset if that has anything to do with it.


Solution

  • The debugger gem is the de facto standard for the current version of Ruby.