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.
我调试的程序使用 ascii ctrl 字符为颜色、粗体等输出大量调试。在 GUD 模式下,它们显示为“^[[...m”。
有没有办法让输出像在控制台中一样?
您现在可以使用Emacs 中的ansi-color.el。您可以添加一个钩子gdb-mode(我认为这就是它的名称)以在您进入 gud 时自动设置它。
gdb-mode