xavier remote debug failed

environment:
cuda10.0 nsight eclipse edition xavier

I have try many way to remote debug with Nsight Eclipse Edition,but still failed,I want to know why?
I select upload local executable,debug remote executable,do not transfer executable on debug configurations
however,at the beginning of debugging, the software crashes.

always stop on:
reading /usr/lib/aarch64-linux-gnu/tegra/.debug/libnvos.so.debug from remote target…

so I want to know how to remote debug correctly with xavier.

Thanks

The problem looks like reading the libraries from the target.

You can use the local copy of the libraries to reduce the upload time(copy the required libraries from the target to host). Then specify the path in the Debug Configurations-> Debugger Tab-> Shared Libraries section.

Can you attach the gdb traces from your console view?

I am having a very similar issue. Did you ever get it resolved 512862289?