forked from qt-creator/qt-creator
Debugger: Fix use of server start script
... when using Debug->Start->Attach to Running Debug Server Task-number: QTCREATORBUG-14747 Task-number: QTCREATORBUG-7459 Change-Id: I98c3d4f2d565d972369f2716ff2b72b4d3d04b2b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1364,7 +1364,6 @@ void DebuggerPluginPrivate::attachToRemoteServer()
|
||||
rp.startMode = AttachToRemoteServer;
|
||||
if (StartApplicationDialog::run(ICore::dialogParent(), &rp, &kit)) {
|
||||
rp.closeMode = KillAtClose;
|
||||
rp.serverStartScript.clear();
|
||||
createAndScheduleRun(rp, kit);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user