From a647b659830030c4ab23b0b3f1007bdafc487579 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Thu, 9 Jul 2020 13:36:52 +0100 Subject: [PATCH] Use an unused local port for CodeLLDB --- install_gadget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_gadget.py b/install_gadget.py index 627152e..2c3a6ba 100755 --- a/install_gadget.py +++ b/install_gadget.py @@ -478,9 +478,9 @@ GADGETS = { 'type': 'CodeLLDB', "command": [ "${gadgetDir}/CodeLLDB/adapter/codelldb", - "--port", "${port}" + "--port", "${unusedLocalPort}" ], - "port": "${port}", + "port": "${unusedLocalPort}", "configuration": { "type": "lldb", "name": "lldb",