DEV Community

Discussion on: Visual Studio breakpoint with conditions

Collapse
 
pbouillon profile image
Pierre Bouillon

This is indeed a very useful feature, especially when you need to debug a specific case in a when iterating on a huge collection!

As a side note, the feature is also available on VS Code and works in the same way

Collapse
 
felipemsfg profile image
Felipe Marques

I didn't know that is also available in VS Code, thanks for the tip.