16 lines
No EOL
472 B
JSON
16 lines
No EOL
472 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": [],
|
|
// CHANGE THIS LINE:
|
|
// Point the working directory to the folder containing the executable
|
|
"cwd": "${command:cmake.launchTargetDirectory}",
|
|
"preLaunchTask": "CMake: build"
|
|
}
|
|
]
|
|
} |