I'm using NVIDIA Nsight Visual Studio Edition to profile CUDA kernels - and for some reason "Stack Trace" doesn't appear under "cudaLaunch" in the Correlation Pane when I select a kernel from the "Compute" row. I want to be able to jump from the debugger to the source code as in this tutorial (go to 9:30):
http://www.youtube.com/watch?v=vt7Hvj4oviQ&feature=player_detailpage
I'm guessing I've screwed up a setting somewhere... Any help is appreciated. I'm using Nsight 3.1 with VS 2012 Pro and CUDA 5.5.
Thanks!