Last active
September 12, 2022 15:31
-
-
Save itoleck/825bff4291675b64f1707c759d92c8b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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