forked from qt-creator/qt-creator
Fixes: debugger: introduce early break after application
initialization
This commit is contained in:
@@ -543,12 +543,6 @@ void DebuggerManager::notifyStartupFinished()
|
||||
{
|
||||
setStatus(DebuggerProcessReady);
|
||||
showStatusMessage(tr("Startup finished. Debugger ready."), -1);
|
||||
if (m_startMode == attachExternal) {
|
||||
// we continue the execution
|
||||
engine()->continueInferior();
|
||||
} else {
|
||||
engine()->runInferior();
|
||||
}
|
||||
}
|
||||
|
||||
void DebuggerManager::notifyInferiorStopped()
|
||||
|
||||
Reference in New Issue
Block a user