Debugger5.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 [OBSOLETE] How to: Specify Symbol Locations and Loading Behavior.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
ReadOnly Property SymbolPath As String
string SymbolPath { get; }
property String^ SymbolPath {
String^ get ();
}
abstract SymbolPath : string with get
function get SymbolPath () : String
Property Value
Type: System.String
A string that contains a semicolon delimited list of paths to the .PDB symbol files.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.