forked from qt-creator/qt-creator
Debugger: Move external terminal into separate RunWorker
Change-Id: Ifb9701f840195ba90db48a0f6fa07b28e0409648 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -425,7 +425,6 @@ void StartApplicationDialog::run(bool attachRemote)
|
||||
}
|
||||
|
||||
StandardRunnable inferior = newParameters.runnable;
|
||||
debugger->setUseTerminal(newParameters.runnable.runMode == ApplicationLauncher::Console);
|
||||
const QString inputAddress = dialog.d->channelOverrideEdit->text();
|
||||
if (!inputAddress.isEmpty())
|
||||
debugger->setRemoteChannel(inputAddress);
|
||||
|
||||
Reference in New Issue
Block a user