Fix header level.
--- a/windows-devel.rst Mon Dec 09 21:34:08 2013 +0200
+++ b/windows-devel.rst Mon Dec 09 21:35:20 2013 +0200
@@ -54,14 +54,14 @@
download page
Break on dll load/unload.
-=========================
+-------------------------
::
sxe ld <module>
sxe ud <module>
Set breakpoint by pattern and/or on specific module.
-====================================================
+----------------------------------------------------
::
bm <module>!<name> # set breakpoints on 'module' with name 'name'
@@ -72,26 +72,26 @@
instruction with a break instruction.
Clear breakpoints.
-==================
+------------------
::
bc *
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
Adding symbols from Symbol Server.
-==================================
+----------------------------------
Execute in WinDbg::
@@ -107,13 +107,13 @@
Use the Microsoft Symbol Server to obtain debug symbol files
Using the SymChk.exe utility to download symbols.
-=================================================
+-------------------------------------------------
::
symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols
Debugging child process.
-========================
+------------------------
::
.childdbg 1