I'm using nsight eclipse edition, and I cant figure out how to view variables values in debug mode for now (meaning usual variables in host memory, debugging usual c++ code so far). "Variables" tab does not contain anything useful for me (nothing I can use now at least), and Memory tab, which should be able to display variables by their addresses and also monitor expressions does not work for me either.
Any suggestions?
I was using gcc 4.8, which caused problems. Now I downgraded to gcc 4.6 and it solved problem.
Robert Crovella, thanks for your effort.