Visual 2015 and lambda expressions in the debugger
Posted: (EET/GMT+2)
Have you tested Visual Studio 2015 already? Chances are you've noticed that in the version of Visual Studio, you can finally use lambda expressions in many debugger windows! This is a cool addition, and also includes many of those features that are part of the new C# 6.0 language.
For instance, you can use interpolated string expressions in Watch and Immediate windows, and use LINQ expressions together with the conditional-access operator "?". Very nice!
For more information, check out the great blog post titled "Better together: C# 6 and the Visual Studio 2015 Debugger".
Happy debugging!