I tried to do some remote debugging with CDT but it doesn't work.
The executable is copied over ssh to the target, but after that the program doesn't start.
After some time I get the message: Connection timed out.
Is it correct that normally the executable is called like this:
gdbserver /tmp/myprogram .......
As I can see, there is no gdbserver executable on the target system.