Skip to content
Snippets Groups Projects
Commit b221d93b authored by hjk's avatar hjk
Browse files

debugger: disallow interuption during InferiorRunRequest and

InferiorStopReqeust
parent c69cad48
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment