from Hacker News

Gdb: graphic (tui) mode

by nicolasbrailo on 4/21/11, 3:48 PM with 10 comments

  • by jzila on 4/21/11, 4:41 PM

    Or you can use cgdb (http://cgdb.sourceforge.net/), which has syntax highlighting and Vim keybindings.
  • by njs12345 on 4/21/11, 4:21 PM

    There's also gdb-mode for emacs, if you're so inclined: http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gd...
  • by erez on 4/21/11, 5:39 PM

    Ubuntu/debian has a package called gdbtui which does exactly what gdb -tui does
  • by chanux on 4/21/11, 5:40 PM

    Not sure if I'm adding value here but gdbtui also works (article mentions gdb -tui).
  • by lallysingh on 4/21/11, 4:43 PM

    This is a really nice way to debug generated assembly, useful for LLVM hacking.
  • by kaeluka on 4/21/11, 4:38 PM

    made my day! thanks :)