16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(lldb) Launch",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"env": {
|
|
"PATH": "${env:PATH}:${command:cmake.getLaunchTargetDirectory}"
|
|
}
|
|
}
|
|
]
|
|
} |