No attachable Processes found

Hi,

I have a target machine with a GTX 980 running Ubuntu 15.04 with the driver version 352.99 installed from the Ubuntu repositories.

I start my application by defining LD_PRELOAD=~/.tgd/libs/libNvidia_gfx_debugger.so before starting it.

When the client runs locally on the target machine, it works fine.
But when I run the client on my laptop, it can’t find the running application.
Even launching the application through the interface on the client application wont work, as the client can not connect.

The target machine is not directly accessible, I have to tunnel the ssh connection through another machine, effectively making ‘localhost:2222’ the remote machine instead of ‘somehost:22’