Debugger/gdb: Global setting should override start parameters.

On-device gdb is an exception, because the local installation
does not know about it.
This commit is contained in:
Christian Kandeler
2010-09-17 13:44:35 +02:00
parent 96e06a9fbb
commit 9c56f4ffe6
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ MaemoDebugSupport::MaemoDebugSupport(MaemoRunConfiguration *runConfig,
m_runner(new MaemoSshRunner(this, m_runConfig, true)),
m_qmlOnlyDebugging(m_runConfig->useQmlDebugger() && !m_runConfig->useCppDebugger())
{
connect(m_runControl, SIGNAL(adapterRequestSetup()), this,
connect(m_runControl, SIGNAL(engineRequestSetup()), this,
SLOT(handleAdapterSetupRequested()));
connect(m_runControl, SIGNAL(finished()), this,
SLOT(handleDebuggingFinished()));