in reply to Debugger Questions - Variable Scope
So no official way AFAIK ...
... BUT since watch expressions are just evaled text (sic ;-) you can use hacks to restrict them to a range of lines or to be dependent on caller.
I'm too lazy now to fiddle around by myself, but this thread should show you some approaches:
Make debugger break on source lines matching a pattern
HTH! =)
Cheers Rolf
( addicted to the Perl Programming Language)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Debugger Questions - Variable Scope
by GotToBTru (Prior) on May 16, 2014 at 15:50 UTC | |
by LanX (Saint) on May 16, 2014 at 16:09 UTC |