Use an unused local port for CodeLLDB
This commit is contained in:
parent
81712b124f
commit
a647b65983
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue