Debugger Visualizer for BizTalk 2006: MessageContext
Posted by: Gilles WebLog,
on 20 Mar 2006 |
View original | Bookmarked: 0 time(s)
Visual Studio 2005 added support for Debugger Visualizers. With debugger visualizers, developers can define what information (and in what form) is shown in the debugger for a specific type. There are many visualizers for various .NET types floating around. Here is a small list of the most popular ones: ASP.NET Cache, Regular Expression, XmlDocument (and other Xml related types), a powerful looking DataSet visualizer and there is even a WindowsIdentity visualizer.
I am not going to explain...