You all know that you can click the left gutter to set breakpoints at line level in Visual Studio.
You can actually insert a breakpoint inside parts of the line such as inside a lambda in your LINQ expression. Just right-click the part of the code and choose Breakpoint > Insert breakpoint from the context menu.