forked from qt-creator/qt-creator
Debugger: Use continue on dialog triggered remote debugging
Change-Id: I171af41f7527bd99f5d52259674d76f5b580e6bb Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
9ca0e50959
commit
b280c4125b
@@ -1976,6 +1976,7 @@ void DebuggerPluginPrivate::attachToRemoteServer()
|
|||||||
DebuggerRunParameters rp;
|
DebuggerRunParameters rp;
|
||||||
Kit *kit;
|
Kit *kit;
|
||||||
rp.startMode = AttachToRemoteServer;
|
rp.startMode = AttachToRemoteServer;
|
||||||
|
rp.useContinueInsteadOfRun = true;
|
||||||
if (StartApplicationDialog::run(ICore::dialogParent(), &rp, &kit)) {
|
if (StartApplicationDialog::run(ICore::dialogParent(), &rp, &kit)) {
|
||||||
rp.closeMode = KillAtClose;
|
rp.closeMode = KillAtClose;
|
||||||
createAndScheduleRun(rp, kit);
|
createAndScheduleRun(rp, kit);
|
||||||
|
Reference in New Issue
Block a user