Hacker News new | ask | show | jobs
by kenips 5339 days ago
ruby-debug19 is still not updated...
1 comments

The lack of a working ruby-debug19 has been the only thing keeping me from using 1.9.3.
Just use pry, it's not really a debugger replacement, but it's useful in most cases that ruby-debug19 would be used.

http://rubygems.org/gems/pry

I've used pry. I like pry, but it really does not fill the need of a debugger.