Nsight debugging cannot find application ddls

Hi
trying to debug with nsight 2020.3.1. using new mode and I get error message boxes about not being able to find various application dlls, including cuda runtime dlls.
Running application via regular debugger or separate via shell/explorer works no problems

Thanks.

hi . I hope I can get some help here. thanks.

I had exactly the same problem - and no indication on how to solve it from any usual source.
It seems odd that the Nsight debugger appears not to use the standard path environment variable.

I found that putting a line in the debug options in VS for the executable project, adding the CUDA bin path to the exe path seemed to fix the problem for me.

(I have other issues now, such as it hanging at the first CUDA call…)