in reply to Re^4: No Pause on Elsif in Debugger
in thread No Pause on Elsif in Debugger
My somewhat wild conjecture is that this is related to how line numbers are reported incorrectly for elsif code (the number of the line of the if is reported instead).
The broken line numbering is clearly a bug and justifies more effort be marshaled to fix it than the debugger issue.
Further, I conjecture that both are somewhat affected by the Perl4 optimization where a suitable if/elsif/else chain is converted into an efficient 'switch statement' (computed goto).
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: No Pause on Elsif in Debugger (history)
by QM (Parson) on Jul 26, 2004 at 00:57 UTC | |
by ysth (Canon) on Jul 26, 2004 at 01:19 UTC |