diff -r 72177fb4012e -r 5f57d2ac7be0 windows-devel.rst --- a/windows-devel.rst Tue Mar 29 16:53:10 2011 +0300 +++ b/windows-devel.rst Mon Apr 04 17:34:32 2011 +0300 @@ -56,6 +56,16 @@ 'bp', 'bm' commands sets software breakpoints, debugger replaces the processor instruction with a break instruction. +** How to set WinDbg as a Default Windows Postmortem Debugger. + + cmd> WinDbg -I + +** How analyse crash. + +When program crash and use enter in WinDbg execute: + + !analyze -v + * Running at startup. HKCU\Software\Microsoft\Windows\CurrentVersion\Run