in reply to b $var
The perldoc perldebug has a bit more information. Note the word "named". Seems to imply that you can't do that with anonymous subroutines.b subname [condition] Set a breakpoint before the first line of the named + subroutine. subname may be a variable containing a code reference (in this case condition is not supported) +.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: b $var
by radiantmatrix (Parson) on Jun 17, 2008 at 18:15 UTC |