Programmer
Programmer

Reputation: 6753

CUDA debugger for windows 7 and VS 2008e

I was wondering if there is a good cuda debugger for VS 2008 in windows 7. I heard about Nsight but people tell me it is not reliable.

Moreover, how to configure auto complete for cuda in vs 2008. I have syntax highlighting, but no autocomplete

Upvotes: 0

Views: 191

Answers (1)

user811398
user811398

Reputation:

Parallel Nsight is the only debugger plug-in available for Visual Studio 2008 and 2010 at the moment. The latest release is Nsight 2.0 and it is a lot more stable than the previous releases.

Upvotes: 3

Related Questions