11 lines
233 B
JSON

{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/cuDLALayerwiseStatsStandalone"
}
]
}