Skip to content

wangkaidev/easy-debug-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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