Split c test json file. Still doesn't work for some reason
This commit is contained in:
parent
673de95283
commit
5060b0821e
1 changed files with 38 additions and 0 deletions
38
support/test/cpp/simple_c_program/.vimspector.json
Normal file
38
support/test/cpp/simple_c_program/.vimspector.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"adapters": {
|
||||
"cppdbg": {
|
||||
"name": "cppdbg",
|
||||
"command": [ "$HOME/.vscode/extensions/ms-vscode.cpptools-0.20.1/debugAdapters/OpenDebugAD7" ],
|
||||
"attach": {
|
||||
"pidProperty": "processId",
|
||||
"pidSelect": "ask"
|
||||
}
|
||||
}
|
||||
},
|
||||
"configurations": {
|
||||
"simple_c_program - Launch": {
|
||||
"adapter": "cppdbg",
|
||||
"configuration": {
|
||||
"name": "ms Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/test",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"environment": [],
|
||||
"MIMode": "lldb",
|
||||
"stopAtEntry": true
|
||||
}
|
||||
},
|
||||
"simple_c_program - Attach": {
|
||||
"adapter": "cppdbg",
|
||||
"configuration": {
|
||||
"name": "(lldb) Attach",
|
||||
"type": "cppdbg",
|
||||
"request": "attach",
|
||||
"program": "${workspaceRoot}/test",
|
||||
"MIMode": "lldb"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue