Share via


Debug session

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 terms of the debugger architecture, a session:

  • Is the set of all processes, related or unrelated, that have been launched or attached to from a single instance of the IDE.

  • Is implemented by a session debug manager (SDM). For more information, see Session Debug Manager.

See also