Debugger4::SymbolPath Property

 

Gets a string that contains paths to .PDB symbol files that are used by Visual Studio for debugging. The Visual Studio user can specify symbols paths in the Options dialog box. For more information, see .05384c85-d264-4e18-abaa-aa482ab25470

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

property String^ SymbolPath {
	String^ get();
}

Property Value

Type: System::String^

A string that contains a semicolon delimited list of paths to the .PDB symbol files.

Return to top
Show: