views:

180

answers:

2

In accordance with the steps from MSDN, I can debug .net framework source code,But I can not debug step in Linq to SQL code,anyone help me!

Thanks.

+2  A: 

Hi guiake

This is because the source symbols for Linq2SQL assemblies have not yet been released on the symbol servers.

Hopefully at some point they will.

Ray Booysen
+2  A: 

Source code for linq to SQL obviusly has Not ben released yet, however you can take a lokk at System.Data.Linq with "Reflector". link There is also a Visual Studio Debugger Plugin to visualize lambda expressions As Sql(have a google)

Johannes Rudolph
Thank you for your suggestion
guaike