“Active (Debug)” versus “Debug”

前端 未结 2 1775
清歌不尽
清歌不尽 2021-02-04 01:23

Visual Studio Debugger
Project Settings for C# Debug Configurations

  • Visual Studio 2010
  • Visual Studio 2008
  • .NET 3.0 <
2条回答
  •  有刺的猬
    2021-02-04 01:41

    The Active tab is to denote the currently active configuration. In the case of Active (Debug) it is noting the active configuration is the debug one.

    You can demonstrate this by changing the current configuration to Release and then revisiting the Debug tab. It will now display Active (Release).

提交回复
热议问题