Hacker News new | ask | show | jobs
by thedevelopment 4583 days ago
I believe the debugger is broken in Ruby-2.0, and you should use byebug instead.

There are pry wrappers for byebug - https://github.com/deivid-rodriguez/pry-byebug - maybe that'll work?

1 comments

Yesss - that worked. Tip of the day - thanks a ton !!