Problems in running Debug on Visual Studio Code

Hi Everyone,

I’m trying to debug a cuda code, but I’m not able to do it. I have everything configured correctly (follow all the guides on the website). I’m connected remotely to my NVIDIA Jetson Nano through remote ssh extension of vscode. However when I try to run the debug it seems like it is stuck without going on (it never starts). I’m on MacOs Monterey 12.0.1, but I also tried on a Ubuntu 20.04 VM and I still have the same problem. Do you know any solution?
Thank you

Had similar problem - turns out I didn’t have cuda-gdb installed…

sudo apt-get install -y nvidia-cuda-gdb