03-13-06 07:48 AM
On 2006-03-13, novice <novice.sam@gmail.com> wrote:
> While using GDB if i am inside a for loop which
> will repeat for 255 times and i want to jump to
> the line next to for loop, then what's the command.
The simplest way. Set breakpoint on the desired command, and then hit
'c'.
--
Minds, like parachutes, function best when open
[ Post a follow-up to this message ]
|