So I’m working on a project where I have really long for loops and I’m usually encountering problems when getting close to the end of the loop, but it’s pretty much impossible to get there manually by stepping into the loop millions of time. I know I could just change the counter variable, but in this case it would not work because the side-effects of each iteration wont happen. Is there a way to make a breakpoint stop on a place after 999999998 iterations?
I’m using Visual Studio Ultimate 2010
So I’m working on a project where I have really long for loops and
Share
put a breakpoint,
right click on it,
choose condition
set