http://www.perlmonks.org?node_id=924319


in reply to Re: How perl debugger breakpoint works?
in thread How perl debugger breakpoint works?

Where does Perl replace nextstate with dbstate?

When I search OPf_SPECIAL,there're too many stuff popped up..

Replies are listed 'Best First'.
Re^3: How perl debugger breakpoint works?
by chromatic (Archbishop) on Sep 06, 2011 at 07:36 UTC

    See the newSTATEOP function in op.c. The optree generator calls this function during compilation.