An enhanced LINQ Debugging experience which allows users to drill into any part of their LINQ queries.
LINQ Analysis window which allows users to visualize how different items pass through the LINQ pipeline.
New “Pin” functionality allows the user to select any sub-segment of their LINQ query and see the aggregate transformations within that portion of the query.
Debugging IQueryables (LINQ to Entity Framework, LINQ to SQL, etc) to instantly understand bugs within DB queries.
“Export” which allows users to capture information from a debugging session and instantly insert it into a unit test.
“Compare” and “Save Snapshot” allows users to capture object data and then compare an object’s state to its previous states.
Enhanced C# 7 support, with visualizations of tuple deconstruction, pattern matching, inline out variables, and more.
不具合の修正
Drastically improved performance of the Heads Up Display.
LINQ debugging with any kind of IQueryable collection.
Ozcode Visual Studio Extension - Professional Edition(英語版)