Simple and fast debug output viewer for Windows.
It is a super lightweight but faster alternative of debugview for user mode debug output.
The program is console based and all the output can be redirected to a file.
easy-debug-view.exe>log.txt
cmake -S . -B build
cmake --build build --config RelWithDebInfo --target ALL_BUILD
cmake -S . -B build
cmake --build build --config RelWithDebInfo --target package