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

QML JS Debugger: reset the location when continuing

parent d554aa86
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,7 @@ void QmlEngine::continueInferior()
QDataStream rs(&reply, QIODevice::WriteOnly);
rs << QByteArray("CONTINUE");
sendMessage(reply);
resetLocation();
notifyInferiorRunRequested();
notifyInferiorRunOk();
}
......
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