Confirmed users
321
edits
(update definition of long, due to cache invalidation) |
No edit summary |
||
Line 111: | Line 111: | ||
** Unzip the crashreporter-symbols-full.zip package somewhere, let's call it c:\try_symbols | ** Unzip the crashreporter-symbols-full.zip package somewhere, let's call it c:\try_symbols | ||
** Set your symbol path to <tt>cache*c:\symcache;SRV*http://msdl.microsoft.com/download/symbols;SRV*c:\try_symbols</tt> where <tt>c:\symcache</tt> is a writable directory where the debugger can store symbols. | ** Set your symbol path to <tt>cache*c:\symcache;SRV*http://msdl.microsoft.com/download/symbols;SRV*c:\try_symbols</tt> where <tt>c:\symcache</tt> is a writable directory where the debugger can store symbols. | ||
*** If using WinDBG, you can type <tt>.sympath ...</tt> with the above path in the command window. | |||
*** If using Visual Studio, you can set the <tt>_NT_SYMBOL_PATH</tt> environment variable to the above. | |||
* Linux | * Linux | ||
** TODO | ** TODO |