will_ has asked for the wisdom of the Perl Monks concerning the following question:
I want to quickly step through my script, but be able to see where it's going.
i.e. instead of pressing n, v, n, v, n, v, n, v. I just want to press n, n, n, n, n, and have it display 10 (or 20, or 30) lines of context automatically.
Is that possible? I know there's the post-prompt commands, but they are for perl commands, not debugger commands.
|
|---|