How do I automatically load PDB symbols from microsoft server for known libraries like kernel32.dll?

How do I automatically load PDB symbols from microsoft server for known libraries like kernel32.dll ?


You can click here → Load debug symbols

Set the following enviroment variabe

_NT_SYMBOL_PATH=SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

C:\symbols will be the local cache. Can become large…

2 Likes