i run my code and getting correct answer but when i want to debug it by Nsight Nvidia debugger , i’ll encounter with this error :
the nsight debugger was not able to start because of the program ‘’ is invalid . please verify the output file name in visual studio , and the Nsight user properties . launch external program setting . this must be an absolute path.
i’ll be appreciate if you tell me what should i do ?
You need to create a new fake visual c++ project and click on your project item [not your solution item], then you will find the Nsight Option icon in the solution explorer tab.
Configure your path and working directory, and then you can do the debug with Nsight.
thank you for your reply Mat …
i do the procedure but i dont find that Nsight Option icon in the solution explorer tab …
do you know that how i find it ?