Debugger: Native mixed fixes

Change-Id: I1b10b2f6a241c6061ac5ee77825aa8500cb7097f
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-04 15:47:32 +01:00
parent 65e7db42b8
commit ca1f743463
2 changed files with 2 additions and 2 deletions

View File

@@ -2137,7 +2137,7 @@ void GdbEngine::executeNext()
notifyInferiorRunRequested();
showStatusMessage(tr("Step next requested..."), 5000);
if (isNativeMixedActive()) {
postCommand("prepareQmlStep 1");
runCommand("prepareQmlStep");
postCommand("-exec-continue", RunRequest, CB(handleExecuteContinue));
return;
}