“Active (Debug)” versus “Debug”

前端 未结 2 1776
清歌不尽
清歌不尽 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).

    0 讨论(0)
  • 2021-02-04 02:00

    Active refers to the currently active configuration, there is a drop down list in the standard toolbar that allows you to define the current active configuration, when you change these the "Active" configuration in project properties will change.

    0 讨论(0)
提交回复
热议问题