Remote Debugging with Eclipse

QDeveloper
I've prepared Eclipse to compile Qt programs for mini2440 friendly-arm
board. I compiled a sample program successfully. But when I want to debug
it remotely I get this error:

>Error during file upload. Failed to connect sshd on "192.168.1.230:22"

My connection is connected successfully and I can ping 192.168.1.230 but I
can't run and debug a program remotely with it. Would somebody help me?

weileins
hello qdeveloper,
if you have a solution, please publish it. Because i have the same problem.

How do you make the connection between your Linux-PC and your mini2440?
Do you use gdb-srv (which version) or a other debugging tool?
Which tuning / parameter you use in eclipse|project|debug?

best wishes

David
If somebody knows how to set Eclipse to arm-linux-gcc 4.3.2 and to debug
remotely will be very useful. Also some links which can be provided

Screwface
Maybe you can look at
http://www.armbedded.eu/node/208

I hope this will help you