I know this question has been brought up before but it was mostly in respect to gdb
for a program running on the local machine.
I've had some success with eclipse-cdt
but it only seems to work occasionally. Supposedly Insight
was previously used to debug (this embedded x86
board) but it seems to be dead.
I only need C debugging not C++. If possible I would prefer to connect through gdbserver
(as that is on the advice and I connect to it through the command line all the time) but if you think putting gdb
or ssh
on the device and using it through those is better please mention those solutions also.
P.S. The version of gdbserver
on the device is 7.1 it would be nice if the solution can work with a compatible version of gdb
but I might be able to install a different gdbserver
version.
I'd recommend eclipse Indigo it has built-in support for remote debugging applications via gdbserver. I just don't know where the source code has to be located for it to work.
Sinec it uses the MI interface of gdb it should work as any other interface that interacts with gdb.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With