forked from qt-creator/qt-creator
Debugger: Fix PdbEngine 'stepOut'
It's 'return', not 'finish' Change-Id: I75bd7dc5f7caff2b63caa54badd958cb27e4e7e3 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -205,7 +205,7 @@ void PdbEngine::executeStepOut()
|
|||||||
resetLocation();
|
resetLocation();
|
||||||
notifyInferiorRunRequested();
|
notifyInferiorRunRequested();
|
||||||
notifyInferiorRunOk();
|
notifyInferiorRunOk();
|
||||||
postDirectCommand("finish");
|
postDirectCommand("return");
|
||||||
}
|
}
|
||||||
|
|
||||||
void PdbEngine::executeNext()
|
void PdbEngine::executeNext()
|
||||||
|
|||||||
Reference in New Issue
Block a user