www.
EMoreau
.com
Main page
|
Moer inc.
|
About me
|
Contact
Moer and Éric Moreau's web site
Tuesday, June 6, 2023
Search
Go
Articles
2020 (11)
2019 (12)
2018 (11)
2017 (11)
2016 (12)
2015 (12)
2014 (12)
2013 (12)
2012 (12)
2011 (12)
2010 (12)
2009 (12)
2008 (12)
2007 (12)
2006 (12)
2005 (12)
2004 (12)
2003 (12)
Blog Archives
2020 (3)
2019 (3)
2018 (3)
2017 (15)
2016 (18)
2015 (34)
2014 (25)
2013 (24)
2012 (46)
2011 (37)
2010 (47)
2009 (66)
2008 (105)
2007 (67)
LINQ to SQL Debug Visualizer
Saturday, August 25, 2007
Print this page
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.
http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx
Share this post:
Email it!
Posted by
Eric
Comments