54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"simple_c_program - lldb-mi Launch": {
|
|
"adapter": {
|
|
"name": "lldb-mi",
|
|
"command": [
|
|
"node",
|
|
"/Users/ben/.vscode/extensions/webfreak.debug-0.22.0/out/src/lldb.js"
|
|
]
|
|
},
|
|
"configuration": {
|
|
"request": "launch",
|
|
"target": "support/test/cpp/simple_c_program/test",
|
|
"args": [],
|
|
"cwd": ".",
|
|
"lldbmipath": "/Users/ben/.vscode/extensions/ms-vscode.cpptools-0.17.1/debugAdapters/lldb/bin/lldb-mi"
|
|
}
|
|
},
|
|
"simple_c_progra - ms Launch": {
|
|
"adapter": {
|
|
"name": "cppdbg",
|
|
"command": [ "/Users/ben/.vscode/extensions/ms-vscode.cpptools-0.17.1/debugAdapters/OpenDebugAD7" ]
|
|
},
|
|
"configuration": {
|
|
"name": "ms Launch",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "/Users/ben/.vim/bundle/vimspector/support/test/cpp/simple_c_program/test",
|
|
"args": [],
|
|
"cwd": "/Users/ben",
|
|
"environment": [],
|
|
"externalConsole": true,
|
|
"MIMode": "lldb"
|
|
}
|
|
},
|
|
"simple_python - launch": {
|
|
"adapter": {
|
|
"name": "python",
|
|
"command": [
|
|
"node",
|
|
"/Users/ben/.vscode/extensions/ms-python.python-2018.4.0/out/client/debugger/Main.js"
|
|
]
|
|
},
|
|
"configuration": {
|
|
"name": "Python: Current File",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"cwd": "/Users/ben/.vim/bundle/vimspector/support/test/python/simple_python",
|
|
"stopOnEntry": true,
|
|
"console": "externalTerminal",
|
|
"debugOptions": [],
|
|
"program": "/Users/ben/.vim/bundle/vimspector/support/test/python/simple_python/main.py"
|
|
}
|
|
}
|
|
}
|