QML JS Debugger: reset the location when continuing

This commit is contained in:
Olivier Goffart
2010-07-22 15:31:11 +02:00
parent d554aa86b7
commit bef56c168c

View File

@@ -345,6 +345,7 @@ void QmlEngine::continueInferior()
QDataStream rs(&reply, QIODevice::WriteOnly);
rs << QByteArray("CONTINUE");
sendMessage(reply);
resetLocation();
notifyInferiorRunRequested();
notifyInferiorRunOk();
}