cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.9k stars 499 forks source link

Feature request: colorize GDB output #324

Open flip111 opened 4 years ago

flip111 commented 4 years ago

I'm doing a backtrace and it looks much better in gdb.

Screenshot from 2020-05-03 23-18-33

Screenshot from 2020-05-03 23-19-52

bjorn3 commented 4 years ago

Are you using a gdb extension? I don't get any colors in gdb.

flip111 commented 4 years ago

I'm not using a gdb extension as far as i know.

bjorn3 commented 4 years ago

Color support seems to be introduced in gdb 8.3. I am still at 8.2.

flip111 commented 4 years ago

I am indeed using version 8.3