Using the LINQ to SQL Debug Visualizer One of the nice development features that LINQ to SQL supports is the ability to use a «debug visualizer» to hover over a LINQ expression while in the VS 2008 debugger and inspect the raw SQL that the ORM will ultimately execute at runtime when evaluating the LINQ query…