Fixes: debugger: worlk on core file loading

This commit is contained in:
hjk
2009-03-02 15:14:12 +01:00
parent 00a9c05328
commit 07d51d0c14
10 changed files with 241 additions and 107 deletions

View File

@@ -135,7 +135,7 @@ void DebuggerRunControl::start()
//<daniel> andre: + "\qtc-gdbmacros\"
//emit addToOutputWindow(this, tr("Debugging %1").arg(m_executable));
if (m_manager->startNewDebugger(DebuggerManager::StartInternal))
if (m_manager->startNewDebugger(StartInternal))
emit started();
else
debuggingFinished();