Is there a pry debug setup that works with ruby 2.0? Is there a pry debug setup that works with ruby 2.0? ruby ruby

Is there a pry debug setup that works with ruby 2.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


i found that removing pry-nav from my gemfile returned functionality to next. see also: issue #9