Is it possible to use the excellent better_errors gem as a debugger?
In other words, can I add code to make it drop into the better_errors "error" page, poke around, inspect things, and then continue?
I can add a bogus error or a raise
, but then I can't "continue".
Yes, I know I can use debugger or pry, but the better_errors interface is superior, contains all sorts of request & stack info, and I can code/debug with 2 windows open instead of 3.