How do i jump to a breakpoint within gdb?

Posted by Chris Smullian on Stack Overflow See other posts from Stack Overflow or by Chris Smullian
Published on 2010-03-26T01:31:14Z Indexed on 2010/03/26 1:33 UTC
Read the original article Hit count: 351

Filed under:
|
|

Hey folks!

I'm new to gdb and I tried out the following: I set a breakpoint, which worked fine actually, but is there any possibility to jump immediately to that breakpoint without using "next" or "step". Using "next" or "step" takes really long to get to the final breakpoint. I wasn't able to find a faster way. Any help is preciated!

regards chris smullian

© Stack Overflow or respective owner

Related posts about gdb

Related posts about debugging