Skip to content
Robin Daugherty edited this page Jul 31, 2017 · 1 revision

Better Errors supports Pry within the REPL. Currently this is an experimental feature, and needs to be explicitly enabled.

Place this in an initializer, for example config/environments/development.rb in Rails:

BetterErrors.use_pry!

Known issues

pry-stack_explorer does not work.