in reply to Re^2: How perl debugger breakpoint works?in thread How perl debugger breakpoint works?
See the newSTATEOP function in op.c. The optree generator calls this function during compilation.