我们使用Visual Studio 2005/2008的哪些(第三方)调试可视化工具?
时间:2020-03-06 14:25:12 来源:igfitidea点击:
我想这个主题通常是可以监督的,但是在调试代码时非常有用。就在今天,我偶然发现了一个简单而有效的可视化工具,用于可视化图像(在德国博客上,但我想代码内容不言而喻):
连结文字
我想知道我们在VS2005 / 2008的日常工作中使用了哪些调试可视化工具。
解决方案
我用痣。
Mole was designed to not only allow the developer to view objects or data, but to also allow the developer to drill into properties of those objects and then edit them. Mole allows unlimited drilling into objects and sub-objects.
我认为这是MSDN博客上关于Microsoft.Xna.Framework.Matrix的示例。后来我做了自己的,但是还是不错的。
另请参阅Xml Visualizer v.2(http://codeplex.com/XmlVisualizer)
由于我在Graphics和GDI方面做了大量工作,因此发现Graphic Debug Visualizer非常有价值。它所基于的位图可视化工具也很好,但是我不得不为Visual Studio 2008重新编译它(并将引用更改为各种VisualStudio扩展dll)。