forked from qt-creator/qt-creator
Debugger: Use some more verbose description for attaching to remote
Change-Id: I36e9793b1db98b538455c8d6075e8116a5af14bb Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -423,6 +423,7 @@ void StartApplicationDialog::run(bool attachRemote)
|
||||
debugger->setStartMode(AttachToRemoteServer);
|
||||
debugger->setCloseMode(KillAtClose);
|
||||
debugger->setUseContinueInsteadOfRun(true);
|
||||
debugger->setRunControlName(tr("Attach to %1").arg(debugger->remoteChannel()));
|
||||
}
|
||||
debugger->startRunControl();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user