Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 637 Bytes

Easy Debug View

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

Build

Configure and build using CMake

cmake -S . -B build
cmake --build build --config RelWithDebInfo --target ALL_BUILD

Configure, build and package using CMake

cmake -S . -B build
cmake --build build --config RelWithDebInfo --target package