debugger: work on startup

This commit is contained in:
hjk
2009-09-17 14:17:43 +02:00
parent 67e041940a
commit e642b0b1b6
5 changed files with 35 additions and 40 deletions

View File

@@ -1334,7 +1334,7 @@ void DebuggerPlugin::updateActions(int status)
//const bool running = status == DebuggerInferiorRunning;
const bool ready = status == DebuggerInferiorStopped
&& m_manager->startMode() != AttachCore;
&& m_manager->startParameters()->startMode != AttachCore;
m_startExternalAction->setEnabled(!started && !starting);
m_attachExternalAction->setEnabled(!started && !starting);
#ifdef Q_OS_WIN