trudiQ
trudiQ

Reputation: 23

Using Nsight to debug CUDA codes in non-startup project which exports DLL

Is there any chance I can debug a Non-startup project which outputs DLL file inside a solution? I am using CUDA 5.0, GeForce GTX 670, VS2010, Nsight 3.0.013150, local host.

Currently, I got Disconnect message right after clicking "Start CUDA Debugging"

Btw, CUDA codes are imported to this project from another DLL file.

Please help!! Thanks!!!!!

Upvotes: 2

Views: 1298

Answers (1)

Totem
Totem

Reputation: 236

You can also set the "Launch External program" to the EXE that loads the DLL. This can be done from the Nsight User Properties. Take a look at Launching the CUDA Debugger chapter

Thanks

Upvotes: 1

Related Questions