gdb
[Top][All Lists]
Advanced

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

Re: how to run prog between two break points


From: Charles Manning
Subject: Re: how to run prog between two break points
Date: Sat, 8 Sep 2007 08:03:52 +1200
User-agent: KMail/1.9.6

On Friday 07 September 2007 17:43:28 ddd sh wrote:
> Hi,
>
>
> I have set two break points at  500 and 572  lines respectively.
> after running prog using       (gdb) run   i m on the line 500 but
> how two go to second breakpoints ie line 572 . when i m giving
> (gdb) run it is asking again to run from starting lines .


run starts the program from scratch.

You want continue.  Just use c.





reply via email to

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