sharkdp / dbg-macro

A dbg(…) macro for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support always on colors

dufferzafar opened this issue · comments

I'm using dbg() in a test that runs via ctest which prevents any colors from appearing - as ctest buffers stdout so it has the option of not showing any output if the tests passed.

Running the test binary without ctest gives proper colors.

Having a way to enable coloring regardless of isatty would be great. Something like #DBG_MACRO_COLOR_ALWAYS (akin to grep --color=always).

Related to #105

Sounds like a good idea!

Something like #DBG_MACRO_COLOR_ALWAYS (akin to grep --color=always).

👍