Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which debug visualizers exists out there?

I know about this question: Which (third-party) debug visualizers for Visual Studio 2005/2008 do you use?

But I don't want to know what debug visualizers you use, I want to know which debug visualizers are out there.

I have only found Mole (http://www.codeproject.com/KB/macros/MoleForVisualStudioEdit.aspx), which is great. But there has to be plenty more out there?

Enlighten me.

like image 672
Stefan Avatar asked Nov 06 '08 15:11

Stefan


1 Answers

From a quick web search...

There is the one referenced in the blog post from the related question:

  • http://blogs.msdn.com/dparys/archive/2007/10/23/das-debugger-visualizer-item-template.aspx
  • LINQ to SQL Debug Visualizer
  • Graphics Debug Visualizer
  • Windows Identity Debug Visualizer
  • Conchango XML Debug Visualizer
  • SubSonic Collections Debug Visualizer
  • PowerShell Debug Visualizer
  • Xml Visualizer v.2
  • WCF Visualizers Tool
  • WPF Dependency Object Visualizer
  • DB Connection Visualizer
  • Debugger Visualizer for BizTalk 2006: MessageContext
  • DataSet Debug Visualizer
  • GUID Debug Visualizer
  • Debug Inspector
  • WPF Brush Visualizer
  • Expression Tree Visualizer
  • ANTLR4 Parse Tree Visualizer
  • DateTime Visualizer
like image 168
Scott Dorman Avatar answered Sep 21 '22 07:09

Scott Dorman