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

debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed

parent c5f8623b
No related branches found
No related tags found
No related merge requests found
...@@ -1240,7 +1240,7 @@ void DebuggerEngine::notifyEngineRunFailed() ...@@ -1240,7 +1240,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d->m_progress.reportCanceled(); d->m_progress.reportCanceled();
d->m_progress.reportFinished(); d->m_progress.reportFinished();
setState(EngineRunFailed); setState(EngineRunFailed);
d->queueShutdownInferior(); d->queueShutdownEngine();
} }
void DebuggerEngine::notifyEngineRunAndInferiorRunOk() void DebuggerEngine::notifyEngineRunAndInferiorRunOk()
......
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