Skip to content
Snippets Groups Projects
Commit ac9be700 authored by Olivier Goffart's avatar Olivier Goffart
Browse files

Qml Debugger: When we pause, notify creator that we paused, so it does not get...

Qml Debugger: When we pause, notify creator that we paused, so it does not get in an inconsistant state
parent 6d9209b8
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ void QmlEngine::interruptInferior()
QDataStream rs(&reply, QIODevice::WriteOnly);
rs << QByteArray("INTERRUPT");
sendMessage(reply);
notifyInferiorStopOk();
}
void QmlEngine::executeStep()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment