in reply to Reversing Perl execution in the debugger?

Just do a 'fork/wait (in parent)' after each op (and insert a breakpoint after the wait). Going back N steps mean killing N children. ;-)
  • Comment on Re: Reversing Perl execution in the debugger?