forked from qt-creator/qt-creator
Debugger: Native mixed fixes
Change-Id: I1b10b2f6a241c6061ac5ee77825aa8500cb7097f Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user