in reply to Re^2: how to set a breakpoint by a code reference (workaround)
in thread how to set a breakpoint by a code reference
Try checking with = if the alias was included.
Try including prints in .perldb to get a feedback when sourced.
Prepend the alias with a print to see when it fires, maybe you need to extend the regex.
IOW localize the problem! : )
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to set a breakpoint by a code reference (win)
by Matq (Initiate) on Nov 21, 2013 at 03:21 UTC |