forked from qt-creator/qt-creator
debugger: start tightening the breakpoint state machinery
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user