Search code examples
cudagpunsightcuda-gdb

Nsight skips (ignores) over break points in VS10 Cuda when debugging remotely but if debug locally on the target machine it works fine


when I debugging my cuda project remotely on the host it ignore breakpoints but execute completely . but when I debug my project locally on the target machine it works fine .

I checked my driver version it was 301.42 and my nsight version is 2.2

my target machine has Geforce 8600GT and host machine has Geforce 6200 turboCache .I think that my host machine's GPU is not TCC enable.

nsight Analysis activity work fine in both locally and remotely but cuda debugging is work only in local mode


Solution

  • This is most likely a driver version problem. My experience is that not every driver version works with Nsight. Currently i am running the latest driver version (310.90) and Nsight 3.0 is working fine locally and also remotely. When in doubt, use the driver version that is listed on the Nsight download page.