Jetson Xavier Nsight Eclipse remote debug error

Hello,
I am trying remote debug using Nsight Eclipse edition and Im getting the following error messages. Im using Nsight Eclipse Edition 10.2 and Ubuntu 18.04.6 LTS.

Terminal:
Coalescing of the CUDA commands output is off.
warning: “remote:” is deprecated, use “target:” instead.
warning: sysroot set to “target://”.

Error message pop-up:
Error in final launch sequence
Failed to execute MI command:
-target-select remote 192.168.0.100:2345
Error message from debugger back end:
192.168.0.100:2345: Connection timed out.
192.168.0.100:2345: Connection timed out.

Sorry for the late response, have you managed to get issue resolved or still need the support? Thanks

Hello, no I haven’t solved the issue. Support would be greatly appreciated.

Hi,

CUDA-related profiling/debugging requires root authority.
Do you log in as root?

If not, please follow the below topic to do so:

Thanks.

I followed the link and edited the /etc/ssh/sshd_config file (both on Jetson and on my VM which does the ssh) but I still get error.

Error in final launch sequence
Failed to execute MI command:
-target-select remote 192.168.0.100:2345
Error message from debugger back end:
192.168.0.100:2345: Connection timed out.
192.168.0.100:2345: Connection timed out.

Hi,

Is your Xavier with an IP address?
If yes, could you try it with the IP instead of 192.168?

Thanks.

The only way I can connect to the Xavier seems to be with 192.168

Hi,

Nsight links the device with ssh.
Could you try if you can ssh the device with 192.168?

Thanks.

Hi,
Yes I can ssh to the device with 192.168

@AastaLLL

Hi,

Sorry for the late update.
How about the port? Could you link the device with the same port as ssh (22?)

Thanks.

Hello,
Yes I can

Hi,

Do you mean you can access the device with Nsight via port 22?
Thanks.