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.
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.
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.
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)