forked from qt-creator/qt-creator
debugger: remove EngineRunOk state again
This commit is contained in:
@@ -676,7 +676,7 @@ void QmlEngine::messageReceived(const QByteArray &message)
|
||||
|
||||
if (command == "STOPPED") {
|
||||
qDebug() << command << this << state();
|
||||
if (state() == InferiorRunOk || state() == EngineRunOk)
|
||||
if (state() == InferiorRunOk)
|
||||
notifyInferiorSpontaneousStop();
|
||||
|
||||
QString logString = QString(command);
|
||||
|
||||
Reference in New Issue
Block a user