Last Updated: February 25, 2016
·
2.895K
· zaus

Debugging in Visual Studio with LinqPad

Holy crap you can attach the Visual Studio debugger to LinqPad.exe and interrupt query execution!

No more unit tests for me!!!!1!

FYI - if you didn't know, you can execute arbitrary C# code in LinqPad, so it functions as the perfect code scratchpad. This allows you to figure out what you intend to write, without needing to confirm it via random console/unit test.