I have visual studio 2012 for web EXPRESS - can I set in loop in debug mode breakpoint and Condition when application should stop? For example I have loop:
for (int i = 0; i <= 6000; i++) { //........... }
I would like to see what is wrong when i = 3000, how can I do that?