Dependent breakpoints available in Visual Studio 2022

Visual Studio 2022 has lot of new features.

One of these is support for dependent breakpoints where a breakpoint will only be enabled when another selected breakpoint is hit. This can make certain debugging scenarios easier as we won’t have to set chains of conditional breakpoints to reach certain code paths…

Have you used dependent breakpoints in Visual Studio 2022 yet?
Can you think of good use cases?

Leave a Reply

Your email address will not be published. Required fields are marked *