pry / pry-stack_explorer

Walk the stack in a Pry session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to plug this in to a running session?

sleekweasel opened this issue · comments

I have an open Pry session, and want to inspect contexts higher in the call stack.

Is it possible to plug this into an existing Pry session (or re-invoke Pry from Pry or something) so I don't lose my current execution context?

(For my particular current use case, it's not a problem to re-run, but if I had a hard-to-reproduce situation, it would be nice to be able to plug this in to a live situtation.)