问题标签 [gdbinit]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
34 浏览

ubuntu - 调试时如何加载 gdbinit?

当我开始使用 gdb 进行调试时,我将一些断点和命令编辑到 gdbinit 文件中。

如何在不脱离进程的情况下进行调试时更改此文件并再次加载它?