debugger: more runconfig refactoring

This commit is contained in:
hjk
2010-06-11 17:03:15 +02:00
parent dbdecb2f8f
commit a89643a833
3 changed files with 47 additions and 41 deletions

View File

@@ -28,6 +28,7 @@
**************************************************************************/
#include "debuggerrunner.h"
#include "debuggermanager.h"
#include <projectexplorer/debugginghelper.h>
#include <projectexplorer/environment.h>
@@ -183,7 +184,7 @@ void DebuggerRunControl::start()
QString errorMessage;
QString settingsCategory;
QString settingsPage;
if (m_manager->checkDebugConfiguration(startParameters()->toolChainType, &errorMessage,
if (m_manager->checkDebugConfiguration(m_startParameters->toolChainType, &errorMessage,
&settingsCategory, &settingsPage)) {
m_manager->startNewDebugger(m_startParameters);
emit started();