NVIDIA / nsight-vscode-edition

A Visual Studio Code extension for building and debugging CUDA applications.
Other
69 stars 11 forks source link

Debugging on Windows #7

Closed mtene closed 1 year ago

mtene commented 3 years ago

The extension currently features support for cuda-gdb, but that is not available on Windows. Is there an alternative for pure VSCode + Nsight users (i.e. without Visual Studio)? Can the debugger be packaged as stand-alone and a suitable launch config configured?

romanbrickie commented 2 years ago

Met the same issue and anticipate this would work on Windows eventually. Or there is any workaround please explain a bit here.

sanannavyaa commented 1 year ago

Hi! Thank you for your feedback. Nsight Visual Studio Code Edition allows you to debug CUDA kernels running on a Linux machine remotely from a Windows machine. However, for debugging kernels running on Windows, NVIDIA offers Nsight Visual Studio Edition, which is our full-featured Windows debugging solution. Thank you!