http://www.perlmonks.org?node_id=376896


in reply to No Pause on Elsif in Debugger

I checked it in the graphical debugger of KOMODO and it stops only on the first "if" statement and then goes on to the statements after the "elseif", never stopping on these "elseif".

Even if you put a "breakpoint" on an "elseif", the debugger stops on the first "if".

It seems the whole of the "if -elseif - else" construct is indeed considered "one"

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law