Fix bug 436666: Invalid debugger statement handling in the interpreter loop

git-svn-id: svn://10.0.0.236/trunk@254840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hannes%helma.at 2008-10-31 09:08:11 +00:00
parent d1a6ac380b
commit 064e975341

View File

@ -3749,7 +3749,7 @@ switch (op) {
if (frame.debuggerFrame != null) {
frame.debuggerFrame.onDebuggerStatement(cx);
}
break Loop;
continue Loop;
case Icode_LINE :
frame.pcSourceLineStart = frame.pc;
if (frame.debuggerFrame != null) {