44
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-04-24 22:22:22 +08:00
cuda-samples/Samples/4_CUDA_Libraries/cuDLAErrorReporting/.vscode/launch.json
2022-01-13 11:35:24 +05:30

11 lines
223 B
JSON

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