forked from qt-creator/qt-creator
QmlCppDebugger: managing breakpoints during engine start
reviewed-by: hjk
This commit is contained in:
@@ -507,11 +507,9 @@ void QmlCppEngine::slaveEngineStateChanged
|
||||
|
||||
case InferiorRunOk:
|
||||
if (state() == EngineRunRequested) {
|
||||
if (otherEngine->state() == InferiorRunOk
|
||||
|| otherEngine->state() == InferiorStopOk)
|
||||
if (otherEngine->state() == InferiorRunOk)
|
||||
notifyEngineRunAndInferiorRunOk();
|
||||
else if (otherEngine->state() == InferiorRunOk
|
||||
|| otherEngine->state() == InferiorStopOk)
|
||||
else if (otherEngine->state() == InferiorStopOk)
|
||||
notifyEngineRunAndInferiorStopOk();
|
||||
else
|
||||
EDEBUG("... WAITING FOR OTHER INFERIOR RUN");
|
||||
|
||||
Reference in New Issue
Block a user