Hi, if while debugging I reach a loop that iterates hundreds of times (for ( int i = 0; i < 500; ++i ) ...) each time I hit "next" it seems I am going through one iteration at a time; instead, I want to skip that loop or not to gothrough every single iteration: how would I do that ? Thank you in advance, Grazia