Debugger3.SymbolPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ SymbolPath { System::String ^ get(); };
public:
property Platform::String ^ SymbolPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2102)]
public string SymbolPath { [System.Runtime.InteropServices.DispId(2102)] get; }
[<System.Runtime.InteropServices.DispId(2102)>]
[<get: System.Runtime.InteropServices.DispId(2102)>]
member this.SymbolPath : string
Public ReadOnly Property SymbolPath As String
Property Value
A string that contains a semicolon delimited list of paths to the .PDB symbol files.
- Attributes