debugger: remove EngineRunOk state again

This commit is contained in:
hjk
2011-01-14 18:47:44 +01:00
parent cdee3dc6cd
commit bdfe2ed53b
6 changed files with 22 additions and 34 deletions

View File

@@ -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);