Installing ruby-debug in Ruby 1.9.3
Posted Mon, 03/05/2012
Update: You can now use the
debugger
gem to circumvent this issue. Or better yet, use pry
I've been working in a development environment that required an earlier verison of Ruby (1.8.7) that worked well with the ruby-debug gem. This gem is widly used and has some nice "get to know it" text in the rails guides.