Visual Studio 2010:可视化调试器深入探讨收集难题

发布于 2024-11-05 12:44:10 字数 303 浏览 0 评论 0原文

当我在 Visual Studio 2010 中以可视方式调试集合时,我必须向下钻取相当多的级别才能到达集合中的实际项目。下面所附的图像是 ObservableCollection 的图像,您可以看到我需要通过的环来查看这些项目。以前不是这样的,我想知道我是否更改了一些设置来查看所有中间体。 (或者也许 VS2005 和现在之间的实现发生了变化,我只是在回忆过去的美好时光)。

在此处输入图像描述

When I am debugging a collection visually in Visual Studio 2010 I have to drill down quite a few levels before I get to the actual items in the collection. The image attached below is of an ObservableCollection<Fundsource> and you can see the hoops I need to go through to look at the items. It didn't used to be like this and I'm wondering if I have changed some setting to see all the intermediates. (Or maybe the implementation has changed between VS2005 and now and I'm just remembering the good ol' days).

enter image description here

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

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

发布评论

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

评论(1

剩一世无双 2024-11-12 12:44:10

您需要取消选中此选项:工具|选项|调试|一般|在变量窗口中显示对象的原始结构。

You need to uncheck this option: Tools | Options | Debugging | General | Show raw structure of objects in variables window.

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