Cuda debugger nvidia nsight jetson support

what is the status on Jetson support in nvidia nsight ecclipse? On windows? On linux?
with nvidia nsight?
with nsight visual studio?
is it supported to run cuda-gdb directly on a jetson device as per today?
thanks

this windows cuda integration with visual studio doesn’t support jetson cross building/ remote debugging, does it?

Hi,

You will need to use nsight EE on the Linux system for Jetson.

CUDA-gdb can work on Jetson:

Thanks.

@AastaLLL the url seems maybe outdated?

it doesn’t address the process of installing the EE / Nsight EE on linux, as there is neither download url no instruction there? Am I right?

Hi,

The tool is integrated into the CUDA toolkit.
Suppose you already install the CUDA toolkit from JetPack for the host.
Then you can find it in /usr/local/cuda-10.2/bin.

Thanks.

1 Like