diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 1a57bd07eea18cef844d785e0cf44f2f0d0a8ead..8525c89eb6e021a58999a40b568c3e2785a767f1 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2202,8 +2202,8 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine) m_detachAction->setEnabled(detachable); const bool stoppable = m_state == InferiorRunOk - || m_state == InferiorRunRequested - || m_state == InferiorStopRequested + //|| m_state == InferiorRunRequested + //|| m_state == InferiorStopRequested || m_state == InferiorStopOk || m_state == InferiorUnrunnable;