'Disable gdb highlight colors
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 1:[1]
Use set style enabled off
to disable all styling, as the manual says.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Employed Russian |