0

I have a foreach and want to stop on breakpoint only when some value is true.

Right now I use the following way - add some extra code only for debugging:

enter image description here

but I don't want to write some extra code, is it possible to implement it without developing?

2

0