Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaidev committed Mar 26, 2024
2 parents 941532c + 32efd09 commit 6f91bb6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# easy-debug-view

Simple and fast debug output viewer for Windows.

It is a super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.

The program is console based and all the output can be redirected to a file.

```console
easy-debug-view.exe>log.txt
```

Administrator role is needed when running the program.

## Build
### Configure and build using CMake
```console
cmake -S . -B build
cmake --build build --config RelWithDebInfo --target ALL_BUILD
```
### Configure, build and package using CMake
```console
cmake -S . -B build
cmake --build build --config RelWithDebInfo --target package
```

0 comments on commit 6f91bb6

Please sign in to comment.