stepping past a loop

Grazia Russo-Lassner glassner@umiacs.umd.edu
Mon Dec 12 11:30:00 GMT 2005


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



More information about the Gdb mailing list