forked from qt-creator/qt-creator
RemoteLinux: Support terminal aspect
This is possible now that the remote process is started via a local tool. [ChangeLog] Remote Linux applications can be run in a terminal now. Change-Id: I9f7df87563a18880d85c6d16ad18fb10a4d9f0e0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -34,7 +34,7 @@ namespace RemoteLinux {
|
||||
namespace Internal {
|
||||
|
||||
LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
|
||||
: DebuggerRunTool(runControl)
|
||||
: DebuggerRunTool(runControl, nullptr, false)
|
||||
{
|
||||
setId("LinuxDeviceDebugSupport");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user