Hacker News new | ask | show | jobs
by catch23 5345 days ago
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

1 comments

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