Using Visual Studio 2017 Version 15.6.7
CUDA Toolkit 10.0
Nsight Visual Studio Edition 6.0.0.18227
GPU Quadro P2000 in TCC mode.
When running CUDA Debugging (Next-Gen), sometimes the debugger will stop in a kernel at a position where there is no breakpoint. Of course this destroys any ability to debug (e.g. if a thread conditional breakpoint is set, the phantom breakpoint stops on any thread).
Even if I remove ALL breakpoints from the kernel, the debugger will still stop at the same phantom point.
The Breakpoints viewer does not show the phantom breakpoints.
I have tried reopening the project, clean and rebuild.
Anyone else seeing this, or have a way to clear out those phantom breakpoints?