debugger: fix 'Detach debugger' action

This commit is contained in:
hjk
2009-09-30 13:07:14 +02:00
parent 163150e3e5
commit 3b280a3ad3
3 changed files with 9 additions and 6 deletions

View File

@@ -1695,8 +1695,6 @@ void DebuggerManager::setState(DebuggerState state)
d->m_actions.runToFunctionAction->setEnabled(stopped);
d->m_actions.jumpToLineAction->setEnabled(stopped);
d->m_actions.nextAction->setEnabled(stopped);
//showStatusMessage(QString("stoppable: %1, running: %2")
// .arg(stoppable).arg(running));
emit stateChanged(d->m_state);
const bool notbusy = state == InferiorStopped
|| state == DebuggerNotReady