15 lines
No EOL
400 B
JSON
15 lines
No EOL
400 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug C++ (CodeLLDB)",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${fileDirname}/${fileBasenameNoExtension}",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": "Build C++ (g++)",
|
|
"terminal": "integrated"
|
|
}
|
|
]
|
|
} |