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:
but I don't want to write some extra code, is it possible to implement it without developing?
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:
but I don't want to write some extra code, is it possible to implement it without developing?