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文字を使用して多くのデバッグを出力します。GUDモードでは、「^[[...m」と表示されます。
コンソールのようにその出力を取得する方法はありますか?
現在、Emacs の一部であるansi-color.elを使用できます。フックを追加してgdb-mode(それが呼ばれていると思います)、gudに入ったときにこれを自動的に設定できます。
gdb-mode