Graphic debugger that can connect to gdbserver [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm looking for a graphic debugger 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.
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?]
You might want to try Eclipse with CDT.
精彩评论