in reply to Using the perl debugger
Perhaps you would have better luck using Devel::ptkdb, the graphical debugger for Perl. (PM Review by busunsl; Cultured Perl: Debugging Perl with ease {tutorial}). Devel::ptkdb has a "step over" command that should do the trick.
If that does not work for you, EPIC + Eclipse should offer something similar. (How to debug Perl apps with Eclipse {tutorial}; g0n has two very nice articles: Getting started with Eclipse & EPIC and Re: Perl Editor - Eclipse EPIC - How to debug?)
HTH,
planetscape
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using the perl debugger
by almut (Canon) on Mar 15, 2009 at 17:47 UTC | |
by planetscape (Chancellor) on Mar 15, 2009 at 18:34 UTC |