forked from qt-creator/qt-creator
debugger/remotelinux: new dialog to attach to remote process
Change-Id: I221534561f4bbd299d494ecc902092e2e709770c Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -512,7 +512,9 @@ static QList<DebuggerEngineType> engineTypes(const DebuggerStartParameters &sp)
|
||||
return result;
|
||||
}
|
||||
|
||||
if (sp.startMode != AttachToRemoteServer && !sp.executable.isEmpty())
|
||||
if (sp.startMode != AttachToRemoteServer
|
||||
&& sp.startMode != AttachToRemoteProcess
|
||||
&& !sp.executable.isEmpty())
|
||||
result = enginesForExecutable(sp.executable);
|
||||
if (!result.isEmpty())
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user