Debugging DLL library that uses CUDA

Hello. I want to debug some kernels written in DLL that I created. I have installed latest version of Nsight Visual Studio Edition and driver for my graphic card - GTX 1050Ti. When I start “Local Windows Debugger”, I can hit my breakpoints in usual c++ code, but I can’t hit them in kernels. By the way, my breakpoint in kernel marked with this message even after loading dll to executable:“The breakpoint will not currently be hit. No executable code of the debugger’s target code type is associated with this line”. Also If I push Extensions->Nsight->Start CUDA debugging(Next-Gen) nothing happens. I was looking for information in the internet but didn’t find anything that could be familiar for my problem. Can you please clarify for me how can I debug CUDA inside of the DLL? Thank you