Skip to content

Commit 6f91bb6

Browse files
committed
2 parents 941532c + 32efd09 commit 6f91bb6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# easy-debug-view
2+
23
Simple and fast debug output viewer for Windows.
34

5+
It is a super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.
6+
7+
The program is console based and all the output can be redirected to a file.
8+
9+
```console
10+
easy-debug-view.exe>log.txt
11+
```
12+
13+
Administrator role is needed when running the program.
14+
415
## Build
516
### Configure and build using CMake
617
```console
718
cmake -S . -B build
819
cmake --build build --config RelWithDebInfo --target ALL_BUILD
920
```
1021
### Configure, build and package using CMake
22+
```console
1123
cmake -S . -B build
1224
cmake --build build --config RelWithDebInfo --target package
25+
```

0 commit comments

Comments
 (0)