IDebugSourceServerModule
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Represents the source server information that is contained in a PDB file.
Syntax
IDebugSourceServerModule : IUnknown
Notes for Implementers
This interface is implemented by debugger engines and consumed by the debugger UI.
Methods
The following table shows the methods of IDebugSourceServerModule
.
Method | Description |
---|---|
GetSourceServerData | Retrieves an array of source server information. |
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll