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:
parent
d1a6ac380b
commit
064e975341
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user