Issue
I'm using gdb
on Fedora 32 and gdb prints information with highlight color.
However the color has less contrast for example dark blue text on black background.
How can I disable the highlight color?
Solution
Use set style enabled off
to disable all styling, as the manual says.
Answered By - Employed Russian Answer Checked By - Gilberto Lyons (WPSolving Admin)