forked from qt-creator/qt-creator
QML JS Debugger: reset the location when continuing
This commit is contained in:
@@ -345,6 +345,7 @@ void QmlEngine::continueInferior()
|
||||
QDataStream rs(&reply, QIODevice::WriteOnly);
|
||||
rs << QByteArray("CONTINUE");
|
||||
sendMessage(reply);
|
||||
resetLocation();
|
||||
notifyInferiorRunRequested();
|
||||
notifyInferiorRunOk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user