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
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.
0 commit comments