Which (third-party) debug visualizers for Visual Studio 2005/2008 do you use?

醉酒当歌 提交于 2019-12-21 12:58:36

问题


I guess this topic is often overseen, but is rather useful when debugging your code. Just today I have stumbled across this simple yet effective visualizer that visualizes images (it's on a german blog, but I guess the code content is self-explanatory):

link text

I would like to know which debug visualizers you use in your daily work with VS2005/2008.


回答1:


I use Mole.

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.




回答2:


Also check out Xml Visualizer v.2 (http://codeplex.com/XmlVisualizer)




回答3:


There was a sample on an MSDN blog for the Microsoft.Xna.Framework.Matrix, I think it was. I later made my own, but it was still good.




回答4:


Since I do a lot with Graphics and GDI, I found the Graphic Debug Visualizer invaluable. The Bitmap Visualizer it is based on is good too, however I had to recompile it for Visual Studio 2008 (and change the references to the various VisualStudio extension dll's).



来源:https://stackoverflow.com/questions/100548/which-third-party-debug-visualizers-for-visual-studio-2005-2008-do-you-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!