http://www.perlmonks.org?node_id=509713


in reply to Re^4: Neat Debugger tricks (rerun command)
in thread Neat Debugger tricks

That's very nice, and has many uses, but isn't what I was wishing for. That's a replay of the complete flow. I want the option to goto an arbitrary line in the code of a running process. Sure, it's not obvious what that means when there are e.g. closures in effect, but I guess that's something to figure out.