in reply to Can I make the debugger press 'v' for me after every step?
Another option would be creating your own debugger extending DB.pm and add that behavior to it. The debugger's code is not hard to extend/modify. Then you can run your script using perl -d:MyDB
|
|---|