Something went wrong while setting issue due date.
ruby-debug fails on Ruby 1.9.3-p0. Switch to pry?
Created by: goshakkk
Hey,
I just noticed that ruby-debug breaks everything on ruby 1.9.3-p0. It's kinda a known issue, and the best way out of it, IMO, would be switching to Pry.
It has quite impressive set of features and abilities. It even can serve at least two purposes:
- it can replace standard rails console with kind of better console
- it can be used for debugging the way ruby-debug is used
Want to hear what do you guys think about that. Keeping compatibility with 1.9.3 should be important for you, because rails 4 will support only 1.9.3 and higher; plus 1.9.3 is just little faster.