I'm looking for a graphic debuger that can connect to a running gdbserver (TCP) and does provide a usable interface.

I need to watch multiple complex data structures while stepping through the program.

I tried DDD, but the look and handling was just to weird.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Gnome comes with nemiver (but I haven't used it remotely to date)

I find I drop to gdb because I like to have lowlevel access. DDD has very nice examination features, don't underestimate the power of DDD

[OT: remember the days when GIMP was blindsided because the interface was... nonstandard?]

link|improve this answer
feedback

You might want to try Eclipse with CDT.

link|improve this answer
Do you know about a tutorial that describes how CDT can be configured to use a remote gdbserver? – Let_Me_Be Apr 21 '11 at 18:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.