in reply to Re^2: No Pause on Elsif in Debugger
in thread No Pause on Elsif in Debugger
and now you can break at every if. (That looks scarily like some of my old PL/1 programs...)if ($cond1) { ... } else { if ($cond2) { ... } else { if ($cond3) { .. } } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: No Pause on Elsif in Debugger
by QM (Parson) on Sep 29, 2006 at 20:35 UTC | |
by pemungkah (Priest) on Nov 08, 2006 at 01:01 UTC |