forked from qt-creator/qt-creator
debugger: fix shutdown by pressing "[x]" in the output pane
This commit is contained in:
@@ -510,7 +510,7 @@ void DebuggerRunControl::stop()
|
||||
{
|
||||
m_running = false;
|
||||
QTC_ASSERT(m_engine, return);
|
||||
m_engine->exitDebugger();
|
||||
m_engine->quitDebugger();
|
||||
}
|
||||
|
||||
void DebuggerRunControl::debuggingFinished()
|
||||
|
Reference in New Issue
Block a user