BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 435 forks source link

`BetterErrors.use_pry!` works on threaded servers #503

Open JoshCheek opened 3 years ago

JoshCheek commented 3 years ago

Don't run the tests 😉

Fixes #286

JoshCheek commented 3 years ago

Looked into pry and it appears you can interact with it, with very little knowledge of its internals (here). Not saying that this is or isn't what we need, just that we have access to a lot more information than we initially realized.

RobinDaugherty commented 3 years ago

Thanks so much for your help with this @JoshCheek!

I'll get on these specs.