I have a method which I am interested to see it’s functionality and dig deeper into it; so I put a breakpoint and I stepped into the method.
This method executes a foreach loop along the way and this foreach keeps iterating many times. I am not interested in seeing the iteration going on in this foreach loop.
Is there a way in Visual Studio to ”step out of this loop” and continue debugging?