| Random Link ¯\_(ツ)_/¯ | ||
| Jul 2, 2022 | » | Debugging
7 min; updated Sep 5, 2022
Debugging 101Definition? Debugging involves inspecting a program’s internal state.
|
last modified on Mon, 05 Sep 2022
| Random Link ¯\_(ツ)_/¯ | ||
| Jul 2, 2022 | » | Debugging
7 min; updated Sep 5, 2022
Debugging 101Definition? Debugging involves inspecting a program’s internal state.
|
Terminals have varying levels of color support: plain color; ANSI escape codes (16 color codes with bold/italic and background); 256 color palette; 24-bit truecolor (“888” colors, aka 16 million, e.g.
...printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n").