|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Neat Debugger tricksby graff (Chancellor) |
| on Nov 16, 2005 at 20:50 UTC ( [id://509262]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||||||