Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » remote debug without ssh
remote debug without ssh [message #1773240] Mon, 25 September 2017 09:49 Go to next message
Aleh Tsiahunou is currently offline Aleh TsiahunouFriend
Messages: 2
Registered: September 2017
Junior Member
Hello.
I have a linux running device (arm). There is no ssh server on it. And it is not possible to install it. But ftp and telnet are working.
I build binary in host PC with ubuntu.
I need your assistance in debugging this application.
Via telnet I manually start gdbserver on target and try to connect from eclipse. But have no luck. (RSE is installed, eclipse LUNA).
When connection type is "Linux", the eclipse tries to launch gdbserver with help of daemon on the target. But the daemon does not present there. It is not possible to install it.
When connection type is "Telnet Only (Experimental)", eclipse could not install the connection (stalls at Connect: 100%).

Is it possible to instruct eclipse not not launch gdbserver on target, because it is already started manually?

Thank you.
Re: remote debug without ssh [message #1773460 is a reply to message #1773240] Thu, 28 September 2017 07:19 Go to previous message
Aleh Tsiahunou is currently offline Aleh TsiahunouFriend
Messages: 2
Registered: September 2017
Junior Member
I solved my problem, but without eclipse.
NetBeans IDE + gdbserver plugin allows to debug without ssh.
Previous Topic:GCC Built-In Compiler Settings - Scanner Discovery
Next Topic:Eclipse CDT "hello world" after "New ... Finish"
Goto Forum:
  


Current Time: Sat Apr 20 01:32:30 GMT 2024

Powered by FUDForum. Page generated in 0.03144 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top