Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaidev authored Mar 25, 2024
1 parent edccf3c commit 32efd09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# easy-debug-view

Simple and fast debug output viewer for Windows.

It is an super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.
It is a super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.

The program is console based and all the output can be redirected to a file.

```console
easy-debug-view.exe>log.txt
```

Administrator role is needed when running the program.

Expand Down

0 comments on commit 32efd09

Please sign in to comment.