windows-devel.rst
changeset 883 311ec6df3662
parent 879 77619a223f34
child 884 b94da2c4bee1
equal deleted inserted replaced
879:77619a223f34 883:311ec6df3662
    80                 Use the Microsoft Symbol Server to obtain debug symbol files
    80                 Use the Microsoft Symbol Server to obtain debug symbol files
    81 
    81 
    82 ** Using the SymChk.exe utility to download symbols.
    82 ** Using the SymChk.exe utility to download symbols.
    83 
    83 
    84   symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols
    84   symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols
       
    85 
       
    86 ** Debugging child process.
       
    87 
       
    88   .childdbg 1
    85 
    89 
    86 * Running at startup.
    90 * Running at startup.
    87 
    91 
    88   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    92   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    89                 Launches a program automatically when a particular user logs
    93                 Launches a program automatically when a particular user logs