in reply to Re: bug in the debugger? breakpoints in subroutines ignored if attributes present
in thread bug in the debugger? breakpoints in subroutines ignored if attributes present
I'm willing to bet that what happens is that the breakpoint is set on the "sub a", but that function isn't executed. Instead, it is replaced by the one declared by attributes. Unfortunately, the attributes heavy lifting code is within the Perl source, so it's a little less accessible to one such as I.
|
|---|