Pry without Byebug

I’ve got a new gist for my ~/.pryrc that handles both the Ruby debug gem and pry-byebug.

Zeitwerk and Rails 7 don’t seem to support byebug. So the debug gem is the new favorite.

The attached bindings keep consistency between using Ruby debug, using pry-nav and pry-stack_explorer:

2 Likes