I'm using ruby 2.0.0-p195 on OSX. pry-debugger does not work (step/continue/next all appear to work like continue
). Is there a pry debugging gem that works with ruby 2.0?
update: pry-debugger
and pry-byebug
both appear to work with with ruby 2.0.0-p195 in a simple project. I have some other conflict that is causing both to fail when using binding.pry
in tests...
update: pry-byebug
is working for me with the latest ruby 2.0 release, 2.0.0-p247, with pry-byebug 1.1.1 & byebug 1.5.0
pry-byebug
1.1.1+ works with ruby 2.0.0-p247. It's a fork of pry-debugger
& works with ruby 2.0+ only.
gem 'pry-byebug'
https://github.com/deivid-rodriguez/pry-byebug
updated with version numbers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With