Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 gdb 执行时添加一些断点。如何暂停运行 gdb 并插入断点并从那里继续。我试过 ctrl+z ,它会杀死 gdb 进程。
Ctrl-c 在 gdb 中中断程序的执行,并允许您插入任何您喜欢的断点。停止在手册中有很好的解释。我建议您阅读它,它在调试时为您提供了巨大的优势。