From 0e0cfcdcf2bf16937c3a5f286c2a47ae738a84fb Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 17 Jun 2021 11:03:24 +0200 Subject: [PATCH] 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 --- src/plugins/debugger/debuggerplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index add73dfc9c3..309adc35e00 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -709,7 +709,7 @@ public: RunWorkerFactory::make(), {ProjectExplorer::Constants::DEBUG_RUN_MODE}, {}, // All local run configs? - {PE::DESKTOP_DEVICE_TYPE} + {PE::DESKTOP_DEVICE_TYPE, "DockerDeviceType"} }; // FIXME: Needed?