Use an unused local port for CodeLLDB

This commit is contained in:
Ben Jackson 2020-07-09 13:36:52 +01:00
commit a647b65983

View file

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