From bef56c168c1e6f4834ee7c986d6b797cb2101f39 Mon Sep 17 00:00:00 2001 From: Olivier Goffart <olivier.goffart@nokia.com> Date: Thu, 22 Jul 2010 15:31:11 +0200 Subject: [PATCH] QML JS Debugger: reset the location when continuing --- src/plugins/debugger/qml/qmlengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index a179db2efe6..6ef8f1b64c1 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -345,6 +345,7 @@ void QmlEngine::continueInferior() QDataStream rs(&reply, QIODevice::WriteOnly); rs << QByteArray("CONTINUE"); sendMessage(reply); + resetLocation(); notifyInferiorRunRequested(); notifyInferiorRunOk(); } -- GitLab