Debugger: Use continue on dialog triggered remote debugging

Change-Id: I171af41f7527bd99f5d52259674d76f5b580e6bb
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-05-02 20:53:03 +03:00
committed by Orgad Shaneh
parent 9ca0e50959
commit b280c4125b

View File

@@ -1976,6 +1976,7 @@ void DebuggerPluginPrivate::attachToRemoteServer()
DebuggerRunParameters rp;
Kit *kit;
rp.startMode = AttachToRemoteServer;
rp.useContinueInsteadOfRun = true;
if (StartApplicationDialog::run(ICore::dialogParent(), &rp, &kit)) {
rp.closeMode = KillAtClose;
createAndScheduleRun(rp, kit);