debugger: fix shutdown by pressing "[x]" in the output pane

This commit is contained in:
hjk
2010-07-02 12:20:26 +02:00
parent ddb424a1c3
commit 038d943f9a
5 changed files with 19 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ void DebuggerRunControl::stop()
{
m_running = false;
QTC_ASSERT(m_engine, return);
m_engine->exitDebugger();
m_engine->quitDebugger();
}
void DebuggerRunControl::debuggingFinished()