debugger: start tightening the breakpoint state machinery

This commit is contained in:
hjk
2010-11-16 13:52:21 +01:00
parent 0f813fdc33
commit fd8bf48b2b
8 changed files with 156 additions and 97 deletions

View File

@@ -630,7 +630,7 @@ bool ScriptEngine::checkForBreakCondition(bool byFunction)
br.lineNumber = lineNumber;
br.fileName = fileName;
br.functionName = functionName;
handler->setState(id, BreakpointInserted);
handler->notifyBreakpointInsertOk(id);
handler->setResponse(id, br);
}
notifyInferiorSpontaneousStop();