“活动(调试)"与“调试" [英] "Active (Debug)" versus "Debug"

查看:205
本文介绍了“活动(调试)"与“调试"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio调试器
C#调试配置的项目设置

Visual Studio Debugger
Project Settings for C# Debug Configurations

  • Visual Studio 2010
  • Visual Studio 2008
  • .NET 3.0
  • Visual Studio 2005
  • Visual Studio 2003

设置用于编译应用程序的模式.
选择
活动(调试),< ========
调试,< =========
发布,
所有配置."

"Sets mode for compiling the application.
Choose among
Active (Debug), <========
Debug, <========
Release,
All Configurations."

看来,活动(调试) Debug 是两个单独的选择.
但是,MSDN库无法解释活动(调试) Debug 之间的区别.

It appears that Active (Debug) and Debug are two separate choices.
However, the MSDN library fails to explain the difference between Active (Debug) and Debug.

此处没有信息:"Visual Studio调试器 C#调试配置的项目设置"

There's no information here: "Visual Studio Debugger Project Settings for C# Debug Configurations"

  • Visual Studio 2010
  • Visual Studio 2008
  • .NET 3.0
  • Visual Studio 2005
  • Visual Studio 2003

我也无法通过Google找到任何解释.

I could not find any explanation via Google either.

问题:
活动(调试)调试有什么区别?

QUESTION:
What is the difference between Active (Debug) and Debug?

推荐答案

活动"选项卡表示当前处于活动状态的配置.在活动(调试)的情况下,请注意活动配置是调试配置.

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.

您可以通过将当前配置更改为Release,然后重新访问Debug选项卡来演示这一点.现在它将显示活动(发布)".

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

这篇关于“活动(调试)"与“调试"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆