您的位置:首页 > 编程语言

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

2011-09-20 08:38 736 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐