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

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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.

Implements

Debugger3.SymbolPath

Remarks

See SymbolPath.

.NET Framework Security

See Also

Reference

Debugger4 Interface

SymbolPath Overload

EnvDTE90a Namespace