You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
# easy-debug-view
2
+
2
3
Simple and fast debug output viewer for Windows.
3
4
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
+
```
5
12
6
13
Administrator role is needed when running the program.
0 commit comments