Hacker News new | ask | show | jobs
by prg318 4822 days ago
I am also familiar with the --tui switch for GDB and I'm wondering how this project is different. What does this project provide that gdb's tui mode does not? Can anyone that has used this expand upon why one would use cgdb over gdb's --tui mode?
1 comments

With --tui there's no syntax highlighting or vim shortcuts. That's enough for me to prefer cgdb over gdb --tui. Update: I see it has scrollable gdb history, great feature!
That's enough for me to want to give it a shot! Thank you!