web analytics

Setting Breakpoint inside a Lambda in Visual Studio

Options

codeling 1595 - 6639
@2016-01-01 21:50:53

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.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com