-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Bikovitsky
committed
Mar 12, 2016
1 parent
081f1f9
commit e633cd3
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# WingDbg | ||
Friends don't let friends debug alone | ||
Friends don't let friends debug alone. | ||
|
||
|
||
## !regfix | ||
Fixes that nasty bug in WinDbg that makes it not show any | ||
registers when performing kernel debugging on targets older | ||
than Windows 8 (approximately). Present since around WinDbg version 6.2. | ||
|
||
For more information, see [here][1]. | ||
|
||
|
||
[1]: http://stackoverflow.com/q/35961246/851560 |