Last active
April 22, 2021 08:20
-
-
Save lihas/8e716669ed078a0956accf020a002480 to your computer and use it in GitHub Desktop.
SymbolSearchPath.txt
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
Loading Symbols: | |
There are two different ways in which you can load symbols in GPUView. | |
Either, through modifying the first line of this file or through setting | |
the environment variable "_NT_SYMBOL_PATH". | |
By modifying this file: | |
To use this file, simply change the first line of this file to point to | |
your symbol directory. For instance, if you project has to different | |
locations the first line may look something like: | |
C:\MyTestSymLoc;\\MyNetSrv\Share\MainLocation; | |
These locations will be recursively searched for symbols so make sure | |
it's not to populated! | |
By using the environment variable: | |
To do the same thing, use set like: | |
"Set _NT_SYMBOL_PATH=C:\MyTestSymLoc;\\MyNetSrv\Share\MainLocation" | |
Note: If this file is used, it will override the environment variable. Also, | |
GPUView is not symbol server aware. Thus you can not use SRV*. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment