不设断点暂停 gdb

发布于 12-09 05:23 字数 96 浏览 0 评论 0原文

当我在 Xcode 中调试程序时,我可以在调试器控制台中暂停执行。有什么办法可以从命令行使用 gdb 来做到这一点吗?

我想这样做,以便在程序启动后可以修改断点。

When I am debugging a program in Xcode, I can pause execution in there debugger console. Is there any way to do this using gdb from the command line?

I'd like to do this so I can modify breakpoints after the program has started.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不是你的备胎2024-12-16 05:23:27

您只需按 Ctrl+C 即可执行您要求的操作,尽管它可能并不总是有效(请参阅下面的评论)。

You can just press Ctrl+C and will be able to do what you ask, although it might not always work (see comments below).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文