40
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-03-14 09:59:30 +08:00
cuda-samples/Samples/2_Concepts_and_Techniques/interval/.vscode/launch.json

11 lines
212 B
JSON
Raw Normal View History

2021-10-21 19:04:49 +08:00
{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/interval"
}
]
}