Visual Studio 将监视添加到对象属性

发布于 2024-11-14 11:04:46 字数 237 浏览 3 评论 0原文

在 Visual Studio 2010 中,如果我向对象的属性添加监视,通过右键单击该属性并添加监视,在监视窗口中,它只会添加属性名称而不是 object.property 名称,因此它还会显示“ xxx 在当前上下文中不存在”。

我是否以错误的方式处理这个问题,或者这是 Visual Studio 中的错误?

我可以通过在手表窗口中手动输入 object.property 来让手表工作,但这似乎违背了该菜单项的全部目的。

In visual studio 2010 if I add a watch to a property of an object, by right clicking the property and going to add watch, in the watch window it just adds the property name instead of object.property name and hence it will also show "xxx does not exist in the current context".

Am I going about this the wrong way or is this a bug in visual studio?

I can get the watch to work by typing object.property manually in the watch window but it seems to defeat the whole purpose of that menu item being there.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烙印 2024-11-21 11:04:46

我建议您完全选择object.property,然后将其添加到监视窗口。

I would suggest that you should select the object.property completely and then add it to the watch window.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文