forked from qt-creator/qt-creator
Debugger: Stop on first line when starting PdbEngine
This seems to be the expected behavior of PDB users. Change-Id: Iaa9ca5e173e02d423c1a96a5f553bde0826db19c Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -169,10 +169,7 @@ void PdbEngine::runEngine()
|
|||||||
showStatusMessage(tr("Running requested..."), 5000);
|
showStatusMessage(tr("Running requested..."), 5000);
|
||||||
attemptBreakpointSynchronization();
|
attemptBreakpointSynchronization();
|
||||||
notifyEngineRunAndInferiorStopOk();
|
notifyEngineRunAndInferiorStopOk();
|
||||||
if (runParameters().breakOnMain)
|
|
||||||
updateAll();
|
updateAll();
|
||||||
else
|
|
||||||
continueInferior();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PdbEngine::interruptInferior()
|
void PdbEngine::interruptInferior()
|
||||||
|
|||||||
Reference in New Issue
Block a user