Fixes: debugger: introduce early break after application

initialization
This commit is contained in:
hjk
2009-02-12 09:55:59 +01:00
parent faacf69a5b
commit d5dc6d10d7
3 changed files with 97 additions and 18 deletions

View File

@@ -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()