Spaces:
Running
Running
File size: 283 Bytes
df38d58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "lldb",
"request": "launch",
"args": [],
"cwd": "/Users/martia/phi-offline",
"program": "/Users/martia/phi-offline/build/Debug/outDebug"
}
]
} |