This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: loops


   How do I "skip over" some iterations of a loop?
   I don't want to press 'continue' 50000 times.

Check the GDB manual, (gdb)Continuing and Stepping.  You will probobly
want to use the `until' command, or just `continue 50000' depending
one what you wish to do.

Happy hacking.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]