Hacker News new | ask | show | jobs
by tyrmored 5047 days ago
cgdb is a nice visualization frontend too: <http://cgdb.github.com/>;
2 comments

And for the die hard Emacs users there's: http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gd...

I generally try to refrain from bringing up Emacs in threads that have nothing to do with it (since Emacs does everything) but I was pleasantly surprised by its gdb support and I have used it extensively in the past.

How does this compare to gdb TUI? For the most part I find TUI adequate but I'm always open to alternatives.