Share via


Servers (Visual Studio SDK)

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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 the debugger architecture, a server:

  • Is a container of ports and port suppliers and communicates 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