|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Neat Debugger tricksby graff (Canon) |
| on Nov 17, 2005 at 01:50 UTC ( #509262=note: print w/ replies, xml ) | Need Help?? |
|
When I set a break point inside a loop and I want to track the value of one or more variables at each iteration, I find it saves a lot of time/tedium to use "< expression" -- like so: Naturally, you could put "print Dumper($whatever)" as well, or any other operation that might speed up the debugging inside a loop.
In Section
Meditations
|
|
||||||||||||||||||||||