简体   繁体   English

右键单击VS2017社区中的变量时缺少“添加监视”上下文菜单

[英]Missing “Add Watch” context menu when right clicking on variable in VS2017 Community

As the title says, there is no "Add Watch" context menu when right clicking on variable in VS2017 Community when debugging. 正如标题所说,在调试时右键单击VS2017社区中的变量时,没有“添加监视”上下文菜单。

Please see screenshot. 请看截图。

截图

Any help is appreciated. 任何帮助表示赞赏。 Thanks in advance. 提前致谢。

EDIT: I have updated the screenshot and it is in debug mode 编辑:我已更新截图,它处于调试模式

You are not in debug mode. 您没有处于调试模式。 Start you application in debug mode and it will show up. 以调试模式启动应用程序,它将显示出来。

EDIT: 编辑:

You must have hit a breakpoint to add a watch. 您必须点击断点才能添加手表。 The whole point of a watch is to be able to see the value change as you step through your code. 手表的重点是能够在您逐步执行代码时看到值的变化。

要查看Add WatchQuickWatch ,您必须首先启动调试应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 发布选项已从VS2017的上下文菜单中删除 - Publish option is gone from context menu in VS2017 VS2017 社区中 .editorconfig 文件的问题 - Problems with .editorconfig file in VS2017 Community 在我的VS2017中缺少添加视图/转到视图 - Missing add view/go to view in my VS2017 vs 2017 asp.net core 2.2中缺少上下文菜单以添加控制器 - missing context menu in vs 2017 asp.net core 2.2 to add controller VS2017社区-Windows通用项目不支持页面 - VS2017 Community - Page is not supported in a windows universal project SignalR 2.0教程不适用于VS2017社区 - SignalR 2.0 Tutorial Does not Work VS2017 Community log4net调试附加程序在VS2017社区中不起作用 - log4net debug appender not working in VS2017 Community 在VS2017社区中创建一个新的“网站项目” - Creating a new “Website Project” in VS2017 Community 为什么当我在监视视图中观察基类对象时,VS2017为什么向我显示派生类的成员值? - Why does VS2017 show me the member values of derived classes when I watch the base class object in the watch view? C#-如何在VS2017中创建新连接时修复错误“凭据中缺少服务器和用户” - C# - How to fix error “missing server and user in credentials” when create new connection in VS2017
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM