使用NSight进行CUDA调试,只能进行GPU代码调试,不能进入CPU端代码断点

 Problem:
My program ignores breakpoints set in CPU code when I debug a program by choosing Start CUDA Debugging from the Nsight menu.

Resolution:
The CUDA Debugger ignores breakpoints set in CPU code as it does not currently support debugging x86 or other CPU code.

摘自: http://forums.developer.nvidia.com/index.php?showtopic=5371&mode=threaded&pid=18352

你可能感兴趣的:(使用NSight进行CUDA调试,只能进行GPU代码调试,不能进入CPU端代码断点)