DataContext supports logging through the log property . Just attach an instance of TextWriter and you can see all the generated instructions. Like this:
var dc = new DataContext();
dc.Log = Console.Out;
This will register all operators in the console window.
LINQ to SQL log to debug window, file, memory Damien Guard. , ..
Linq 2 Sql profiler Ayende. , NHProf, .