forked from qt-creator/qt-creator
Qml Debugger: When we pause, notify creator that we paused, so it does not get in an inconsistant state
This commit is contained in:
@@ -166,6 +166,7 @@ void QmlEngine::interruptInferior()
|
||||
QDataStream rs(&reply, QIODevice::WriteOnly);
|
||||
rs << QByteArray("INTERRUPT");
|
||||
sendMessage(reply);
|
||||
notifyInferiorStopOk();
|
||||
}
|
||||
|
||||
void QmlEngine::executeStep()
|
||||
|
||||
Reference in New Issue
Block a user