Add support for pry-stack_explorer in pry_debugger
At the moment, the frame_manager is initialized when a pry session starts, but destroyed every time repl is left. This patch, adds a hook to before_session, so that a new frame_manager can be created from within the debugger.
Nice!
Solves: https://github.com/pry/pry-stack_explorer/issues/11
Merge plz. :cry:
Wow, this is a huge bug - yes, please merge!!
Wait… how do you reproduce the goodness?
I really don't get what I'm doing wrong. See: https://github.com/jasonLaster/pry-debugger/commit/b31cd4d2c57f7daa2dfe6a4743f7240bd971b9de#commitcomment-2713550
i'm having this same problem on rails 4.0, getting current pry-stack_explorer via gem 'pry-stack_explorer'.
i turned to pry because standard gem 'debugger' wasn't working for stack navigation, making debugging an impossible chore...
any progress on this? i really like pry so far!
Why isn't this being merged? It seems to fix a problem that is still present in pry-debugger.