Visual Studio 2010:可视化调试器深入探讨收集难题
当我在 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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要取消选中此选项:工具|选项|调试|一般|在变量窗口中显示对象的原始结构。
You need to uncheck this option: Tools | Options | Debugging | General | Show raw structure of objects in variables window.