Nsight Eclipse Debugger not responding on remote TX2 target

Hello!

I’m facing an issue with CUDA-API Debugging on Nsight Eclipse.

I can step through my c++ code or run it, but the debugger halts when I call an operation from the runtime API such as cudaMalloc(…) or something. It doesn’t respond to any terminating or suspending call.
The code runs perfectly in a fully compiled application… but the debugger halts on API and kernel calls.

Does somebody have a solution for this? Or faces the same issue?

Thanks for any response.

Best Regards

Archoran

Hi,

This is a known issue and we are still checking this.
[url]CUDA API calls throw exceptions in remote debugger - Jetson TX2 - NVIDIA Developer Forums

Thanks.