forked from qt-creator/qt-creator
Debugger: Claim usability also for docker devices
Doesn't work correctly yet, it effectively runs in a host environment. Change-Id: I2aaf7d1b04ca38f9a0825edf78e264ceaed0434b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -709,7 +709,7 @@ public:
|
|||||||
RunWorkerFactory::make<DebuggerRunTool>(),
|
RunWorkerFactory::make<DebuggerRunTool>(),
|
||||||
{ProjectExplorer::Constants::DEBUG_RUN_MODE},
|
{ProjectExplorer::Constants::DEBUG_RUN_MODE},
|
||||||
{}, // All local run configs?
|
{}, // All local run configs?
|
||||||
{PE::DESKTOP_DEVICE_TYPE}
|
{PE::DESKTOP_DEVICE_TYPE, "DockerDeviceType"}
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME: Needed?
|
// FIXME: Needed?
|
||||||
|
Reference in New Issue
Block a user