pry-debugger
pry-debugger copied to clipboard
pry-stack_explorer doesn't work from breakpoints
show-stack gives "No caller stack available!" from a repl initiated by hitting a breakpoint.
It looks like the same thing is true for stepping. show-stack gives "No caller stack available!"
Just submitted a pull-request that solves this issue more generally (#12).
I'm not sure what changed, but a bare: gem install pry-{debugger,stack_explorer} does not have this bug.
It should be Closed.