I have Eclipse Nsight 5.0 (CUDA 5.0) installed on a 64 Bit Ubuntu 12.04 Machine with two Graphic Cards: Geforce GT 240 Desktop UI and Geforce GTX 480 for debugging. I can compile and run the Cuda program just fine. However, when I set a breakpoint in the Cuda code and start debugging, the cursor doesn't halt on the line but jumps to the end of the kernel function.
I have set in Debug Configurations the Geforce GTX 480 as the debugger and check the return value of each kernel call. What else can I try? Also, I don't have root permission on this PC.