Debugger5::SetSymbolSettings Method (String^, String^, String^, Boolean, Boolean)
Visual Studio 2015
Sets various settings for the .PDB symbols used by Visual Studio for debugging and forces reloading of all symbols.
Assembly: EnvDTE100 (in EnvDTE100.dll)
void SetSymbolSettings( String^ SymbolPath, String^ SymbolPathState, String^ SymbolCachePath, bool OnlyLoadSymbolsManually, bool LoadSymbolsNow )
Parameters
- SymbolPath
-
Type:
System::String^
The path to the location of the .PDB symbol files.
- SymbolPathState
-
Type:
System::String^
A string that contains one character for each symbol path. If the symbol path is enabled, the character has a value of "1". If the symbol path not enabled, the character can have any other value.
- SymbolCachePath
-
Type:
System::String^
The path to the location of the cache used for downloading symbols from a symbol server.
- OnlyLoadSymbolsManually
-
Type:
System::Boolean
Set to true if symbols should only be loaded manually, false if symbols should be loaded automatically.
- LoadSymbolsNow
-
Type:
System::Boolean
Set to true if symbols should be loaded immediately; otherwise false.
Show: