Share via


Debug Session

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 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

Session Debug Manager
Debugger Concepts