in reply to How perl debugger breakpoint works?
When compiling code with the debugger active, Perl replaces what would normally be nextstate ops with dbstate ops. The latter check for breakpoints when encountered. See pp_dbstate in pp_ctl.c.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How perl debugger breakpoint works?
by PerlOnTheWay (Monk) on Sep 06, 2011 at 02:54 UTC | |
by chromatic (Archbishop) on Sep 06, 2011 at 07:36 UTC |