gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] Re: skip over a section


From: J. David Boyd
Subject: [Gdb] Re: skip over a section
Date: 17 Sep 2004 08:18:04 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Ben Elliston <address@hidden> writes:

> "Fred J." <address@hidden> writes:
> 
> > during debubbing c++, how can I skip over say few lines of code,
> > e.g. bypass them and continue on the following line after said
> > section.
> 
> If I want to skip over the next ten lines, then I use next 10:
> 
>  (gdb) help next
>  Step program, proceeding through subroutine calls.
>  Like the "step" command as long as subroutine calls do not happen;
>  when they do, the call is treated as one instruction.
>  Argument N means do this N times (or till program stops for another reason).
> 
> Cheers, Ben

I never knew that, I must have read the docs most un-thoroughly.

Thanks for the info!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]