forked from qt-creator/qt-creator
QmlDebug: Fix debugging on local machine
Fix regression in that it always assumed that you want to debug Symbian (over USB).
This commit is contained in:
@@ -1831,7 +1831,7 @@ AbstractGdbAdapter *GdbEngine::createAdapter()
|
||||
const DebuggerStartParameters &sp = startParameters();
|
||||
if (sp.toolChainAbi.os() == Abi::SymbianOS) {
|
||||
// FIXME: 1 of 3 testing hacks.
|
||||
if (sp.debugClient == DebuggerStartParameters::DebugClientCoda)
|
||||
if (sp.debugClient == DebuggerStartParameters::SymbianDebugClientCoda)
|
||||
return new CodaGdbAdapter(this);
|
||||
else
|
||||
return new TrkGdbAdapter(this);
|
||||
|
||||
Reference in New Issue
Block a user