|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Perl debugging issue (line not breakable)by LanX (Monsignor) |
| on Feb 05, 2013 at 12:52 UTC ( #1017148=note: print w/ replies, xml ) | Need Help?? |
|
We need more infos what you did! Did you manually try to set a breakpoint? Maybe in a BEGIN-block? If not, do you have any debugger code in your script? Try grepping for things starting with "DB::"
Cheers Rolf
UPDATENot every source line results in an atomic step at run-time where you can set a breakpoint. e.g.
See the following snippet from "Programming Perl" for examples:
To look at a "window" of source code around the breakpoint, use the w command:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||