in reply to Re^2: Invoke the perl debugger at runtime
in thread Invoke the perl debugger at runtime

IIRC from way back when diotalevi made Enbugger, perl compiles differently when run under the debugger, and Enbugger has to rewrite the optree to replace some normal ops with debug flavors. If you can't get the -d flag set initially, I think Enbugger is the only way.
--
A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |
  • Comment on Re^3: Invoke the perl debugger at runtime