0
kicks
Improving the display of F# seq’s in the debugger
A great post that explains how to make debugging F# seq<T> expressions easier by getting the debugger to display them using the IEnumerable<T> "Results View" node in the watch windows (like they do for C# and VB).