visual-studio-2010 - 我们在 Visual Studio 2010 Express 中有 Quick Watch 吗?

标签 visual-studio-2010 debugging express

我在 Visual Studio 2010 Express 中找不到 Quick Watch。我们是否只有观看选项而没有快速观看的选项?

最佳答案

不,快看此功能在 Visual Studio 的 Express 版本中不可用。

  • 这是一个神话,它只能从 C++ 中获得。这是来自 Visual Studio 2010 Professional 的屏幕截图,显示了用于 ASP.NET C# 项目的 QuickWatch:

    enter image description here
  • 在 Express 版本中可以手动绑定(bind) key 是一个神话。命令Debug.QuickWatch ,而在 Visual Studio 的付费版本中可用:

    enter image description here

    在 Express 版本中不可用(在 2008、2010、2012 年测试):

    enter image description here
  • 按 Shift+F9 会使 变成神话,这是一个神话。快看窗口出现在 Express 版本中
  • 选择是一个神话

    2010 Express:工具 -> 导入和导出设置 -> 重置所有设置
    2012 Express:工具->设置->重置

    将恢复在 Express 版本中拥有 QuickWatch 的能力。


  • 来自 MSDN:How to: Use the QuickWatch Dialog Box

    Visual Studio Edition  Visual Basic  C#   C++  J#
    =====================  ============  ===  ===  ===
    Express                No            No   No   No
    Standard               No            No   No   No
    Pro/Team               Yes           Yes  Yes  Yes
    

    Some users might, therefore, wonder why QuickWatch is useful. Why not simply add the variable or expression to the Watch window? Well, you could do that, but suppose you simply want to do a quick scratch calculation involving one or more variables? You don't want to clutter up the Watch window with such calculations. That's where QuickWatch comes in.

    Another nice feature of the QuickWatch dialog box is the fact that it's resizable. If you want to look at the members of a large object, it's often easier to expand and look at the tree QuickWatch than it is in the Watch, Locals, or Autos window.

    关于visual-studio-2010 - 我们在 Visual Studio 2010 Express 中有 Quick Watch 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10484270/

    相关文章:

    javascript - 如何通过 grunt 运行 node.js 应用程序?

    javascript - 当我启动 Node.js Express 应用程序时,我有奇怪的代码而不是主页

    c# - 错误 : unable to start debugging on the server

    c# - 删除空格验证 ASP 控件

    c - 为什么我的变量没有被更新?

    jquery - Wordpress 中的 SCRIPT5 : Access Denied on IE9 due to jQuery. 分钟 CDN 文件

    javascript - 如何使用 Node - Express - Passport 使用 "/"进行登录和登录主页?

    visual-studio - Visual Studio 2010选项卡关闭按钮

    c# - 如何将 "programmatically"与 Visual Studio 集成差异工具

    c# - C# 应用程序启动时出现 fatal error