in reply to Re^6: No Pause on Elsif in Debugger (history)
in thread No Pause on Elsif in Debugger
What information is thrown out, and at what stage of the compilation/execution?IIRC, after compilation, line numbers are only stored for the beginning of each statement. Errors generated by the lexer or parser (e.g. "syntax error") use the actual line being parsed, but any other perl error is going to show the beginning line of the statement. Does that help?
|
|---|