Skip to content

Commit 32efd09

Browse files
authored
Update README.md
1 parent edccf3c commit 32efd09

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

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

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+
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+
```
512

613
Administrator role is needed when running the program.
714

0 commit comments

Comments
 (0)