Nsight remote debugger settings

ⅰ亾dé卋堺 提交于 2019-12-02 01:26:17

what kind of activity are you trying to do (CUDA, API or shader DX debugging)? If any of the above, there's no need for running MSVSMON. Just make sure you:

  1. Run the Nsight Monitor (on the remote system)
  2. (on the host side) Right click on VS 2010 project and select "Nsight user properties" and type in the remote machine name under the "connection name" setting
    • If you do not want to sync (which means it will copy files over to the target machine), then go under the "Synchronization" node and make changes there. See the docs on Synchronization (Click OK to accept all the monitor changes)
  3. Now you should be able to select if you wish to debug CUDA or graphics from the Nsight menu and this will launch what you need on the remote machine.
    • Note: do not do "F5" as it will launch the Microsoft (CPU) debugger

Hopefully that helps you. If you have new/other questions, please check out the NVIDIA forums

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!