Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I debug some_script.pl (thus: perl -d some_script.pl), I start out at the top and want to skip to the specific line /usr/lib/perl5/Somewhere/Deep/Within.pm:1234 where the interesting action is. How do I do that?
I tried the c command with that line, but that gives a syntax error from the debugger. I also tried without the colon, that does not work, either. The documentation is not helping because it does not explain what the syntax for the line argument is.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: debugger: continue to specific line
by apl (Monsignor) on May 02, 2008 at 09:46 UTC | |
by alexm (Chaplain) on May 02, 2008 at 10:00 UTC | |
|
Re: debugger: continue to specific line
by zentara (Cardinal) on May 02, 2008 at 13:33 UTC | |
|
Re: debugger: continue to specific line
by Burak (Chaplain) on May 02, 2008 at 14:38 UTC |