Skip to content

Instantly share code, notes, and snippets.

@itoleck
Last active September 12, 2022 15:31
Show Gist options
  • Save itoleck/825bff4291675b64f1707c759d92c8b8 to your computer and use it in GitHub Desktop.
Save itoleck/825bff4291675b64f1707c759d92c8b8 to your computer and use it in GitHub Desktop.
REM Hard link to Z: drive for symbols
mklink /D c:\symbols z:\symbols
mklink /D c:\symcache z:\symcache
REM Set environment variables
setx _NT_SYMBOL_PATH /m cache*c:\symbols;SRV*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV*https://msdl.microsoft.com/download/symbols;SRV*https://download.amd.com/dir/bin;SRV*https://driver-symbols.nvidia.com/;SRV*https://software.intel.com/sites/downloads/symbols/;SRV*http://ctxsym.citrix.com/symbols
setx _NT_SYMCACHE_PATH /m c:\symcache
REM Set these if you want extra logging enabled
REM setx DBGHELP_DBGOUT 1
REM setx DBGHELP_LOG c:\symbols\symbols.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment