Add installer support for CodeLLDB
This commit is contained in:
parent
32c7960b5f
commit
0e56146726
2 changed files with 70 additions and 26 deletions
|
|
@ -2,33 +2,10 @@
|
|||
"$schema": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json",
|
||||
"configurations": {
|
||||
"Run - CodeLLDB": {
|
||||
"adapter": {
|
||||
"variables": {
|
||||
"CodeLLDB": "$HOME/.vscode/extensions/vadimcn.vscode-lldb-1.5.3",
|
||||
"build": {
|
||||
"shell": [ "cargo", "build" ],
|
||||
"cwd": "${workspaceRoot}"
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
"${CodeLLDB}/adapter/codelldb",
|
||||
"--port", "${port}"
|
||||
],
|
||||
"port": "${port}",
|
||||
"configuration": {
|
||||
"type": "lldb",
|
||||
"name": "lldb",
|
||||
"cargo": {}
|
||||
}
|
||||
},
|
||||
"adapter": "CodeLLDB",
|
||||
"configuration": {
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/target/debug/vimspector_test",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"env": {},
|
||||
"terminal": "integrated",
|
||||
"stopOnEntry": true
|
||||
"program": "${workspaceRoot}/target/debug/vimspector_test"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue