Share via


Servers (Visual Studio SDK)

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

In terms of the debugger architecture, a server:

  • Is a container of ports and port suppliers and is used to communicate ports and port suppliers to the session debug manager (SDM) and debug engines.

  • Can identify itself by name, and enumerate its ports and port suppliers.

  • Is represented by an IDebugCoreServer2 interface, which is only implemented by Visual Studio (one instance of a server for each instance of Visual Studio running).

See Also

Ports
Port Suppliers
Debugger Concepts
IDebugCoreServer2