How to set WinDbg as a Default Windows Postmortem Debugger.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 04 Apr 2011 17:34:32 +0300
changeset 865 5f57d2ac7be0
parent 863 72177fb4012e
child 866 0f4a610411cd
How to set WinDbg as a Default Windows Postmortem Debugger.
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