I am coding with CUDA 12.1 and RTX 2060 on Windows 11 (driver version: 531.79, not with WSL). It is my only card, so I suppose only legacy debugging mode is supported. I am also following the guide at Getting Started with the CUDA Debugger :: NVIDIA Nsight VSE Documentation, but things don’t add up:
(right-clicking the project → Debug in Visual Studio)
(Nsight Monitor)
As shown, no “Start CUDA Debugging (Legacy)” exists in the Nsight Visual Studio Edition menu. Launching the host local Windows debugger will not pause at breakpoints set in the kernel as expected. Also in Nsignt Monitor, there are fewer options. Any ideas to continue with my debugging? Thank you.