in reply to Re: Using the perl debugger
in thread Using the perl debugger
Devel::ptkdb has a "step over" command that should do the trick.
Are you sure this isn't just a frontend to what happens when you press 'n' in the command line debugger? I.e. the usual "step over sub" ('n') vs. "step into sub / single step" ('s'). A quick check of the sources seems to confirm my suspicion...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using the perl debugger
by planetscape (Chancellor) on Mar 15, 2009 at 18:34 UTC |