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",