Udostępnij za pośrednictwem


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 a Symbol Path.

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

Syntax

'Declaration
ReadOnly Property SymbolPath As String
'Usage
Dim instance As Debugger3 
Dim value As String 

value = instance.SymbolPath
string SymbolPath { get; }
property String^ SymbolPath {
    String^ 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

See Also

Reference

Debugger3 Interface

Debugger3 Members

EnvDTE90 Namespace