In VS2010 and VS2012 I can step into lambda expression when current statement is displayed for the in part of the foreach loop:
I just had to press f11:
In VS2013 this is broken. When I hit f11, current statement goes directly to loop variable:
I can still get into lambda expression by putting breakpoint for i % 2 == 0
expression, but simple f11 is so much easier...
Is this a bug in VS2013 or do I miss some setting or something?