windows-devel.rst
changeset 865 5f57d2ac7be0
parent 857 97fa4a9e7ed7
child 879 77619a223f34
equal deleted inserted replaced
863:72177fb4012e 865:5f57d2ac7be0
    53   bm *!<prefix>*        # set breakpoints on all names with prefix 'prefix'
    53   bm *!<prefix>*        # set breakpoints on all names with prefix 'prefix'
    54   bm <module>!*         # set breakpoints on all names in module 'module'
    54   bm <module>!*         # set breakpoints on all names in module 'module'
    55 
    55 
    56 'bp', 'bm' commands sets software breakpoints, debugger replaces the processor instruction with a
    56 'bp', 'bm' commands sets software breakpoints, debugger replaces the processor instruction with a
    57 break instruction.
    57 break instruction.
       
    58 
       
    59 ** How to set WinDbg as a Default Windows Postmortem Debugger.
       
    60 
       
    61   cmd> WinDbg -I
       
    62 
       
    63 ** How analyse crash.
       
    64 
       
    65 When program crash and use enter in WinDbg execute:
       
    66 
       
    67   !analyze -v
    58 
    68 
    59 * Running at startup.
    69 * Running at startup.
    60 
    70 
    61   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    71   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    62                 Launches a program automatically when a particular user logs
    72                 Launches a program automatically when a particular user logs