Skip to content

Commit edccf3c

Browse files
authored
Update README.md
1 parent da2606f commit edccf3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# easy-debug-view
22
Simple and fast debug output viewer for Windows.
33

4+
It is an super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.
5+
46
Administrator role is needed when running the program.
57

68
## Build
@@ -10,5 +12,7 @@ cmake -S . -B build
1012
cmake --build build --config RelWithDebInfo --target ALL_BUILD
1113
```
1214
### Configure, build and package using CMake
15+
```console
1316
cmake -S . -B build
1417
cmake --build build --config RelWithDebInfo --target package
18+
```

0 commit comments

Comments
 (0)