Qml Debugger: When we pause, notify creator that we paused, so it does not get in an inconsistant state

This commit is contained in:
Olivier Goffart
2010-08-04 17:13:17 +02:00
parent 6d9209b88f
commit ac9be700d3

View File

@@ -166,6 +166,7 @@ void QmlEngine::interruptInferior()
QDataStream rs(&reply, QIODevice::WriteOnly);
rs << QByteArray("INTERRUPT");
sendMessage(reply);
notifyInferiorStopOk();
}
void QmlEngine::executeStep()