开发者

How do I jump to a breakpoint within GDB?

I set a breakpoint, which worked fine.

开发者_StackOverflow

Is there a way to jump immediately to that breakpoint without using "next" or "step"?

Using "next" or "step", it takes really long to get to the final breakpoint.


Just press c. It will continue execution until the next breakpoint.

You can also disable intermediate breakpoints by using disable #breakpointnumber as stated here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜