Debugger3.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 How to: Specify Symbol Locations and Loading Behavior.

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

Syntax

'Declaration
ReadOnly Property SymbolPath As String
    Get
string SymbolPath { get; }
property String^ SymbolPath {
    String^ get ();
}
abstract SymbolPath : string
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

See Also

Reference

Debugger3 Interface

EnvDTE90 Namespace