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:
hjk
2021-06-17 11:03:24 +02:00
parent e1c90bf047
commit 0e0cfcdcf2

View File

@@ -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?