Post

Colors in GDB

6 tags

I have been on a intense session of C/C++ hacking lately and I came across this interesting StackOverflow topic about how to colorize the GDB output.

I have been on a intense session of C/C++ hacking lately and one of the things I came across is this interesting StackOverflow topic about how to colorize the GDB output. There are plenty of tips there, but since I prefer vanilla GDB, I just stick to the first one and downloaded a customized GDB for myself.