in reply to bug in the debugger? breakpoints in subroutines ignored if attributes present
M. Oron D.B.O. (Doctor in the Bl**ding obvious ;))sub a : ATTR(SCALAR) { _a( @_ ); } sub _a { print "a\n"; }
^M Free your mind!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: bug in the debugger? breakpoints in subroutines ignored if attributes present
by wu-lee (Beadle) on Apr 23, 2007 at 16:52 UTC |