BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Open Source LINQ to SQL Debugger

Open Source LINQ to SQL Debugger

Visual Studio 2005 introduced the concept of debugger visualizers. A debugger visualizer gives you the ability to customize how an object is displayed in the debugger. A visualizer can be as simple as formatting an XML string or as complicated as a full test bed that appears on demand.

The debugger visualizer for LINQ to SQL displays the raw SQL generated by the query. With a single click, the query can then be executed the query with the results being displayed in standard grid.

The LINQ to SQL debugger visualizer is not shipped with Visual Studio 2008, but you can download the source code for it from Scott Guthrie.

For more information on creating your own Debugger Visualizer in Visual Studio 2005, check out David Hayden's Article.

Rate this Article

Adoption
Style

BT