I am trying to debug cuda program which in running in a remote GPU-server,
I did everything in the GPU-server including CUDA-toolkit(Compiling, debugging is available in GPU-Server.),
I install Nsight Studio Code Edition extension in my local computer with VS-Code.
I could compile *.cu remotely in my local PC through configure “preLaunchTask”.
My problem is that when I start to debug the cuda executable file compiled by the “preLaunchTask” , the process is stuck without any error reporting. (the left running bar is strolling consistently…)
What can I do to debug cuda program remotely? Thanks!
If you are trying to debug via cuda-gdbserver, this is not supported for now but we are planning to add it in a future release. In the meantime though you can do remote debugging via the Remote-SSH extension.