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 では、線幅を調整できますset width <n>。gdb は、長さが文字数を超えないように、線を折り返す適切な場所を見つけようとしますn。
set width <n>
n
しかし、残りの行を破棄するにはどうすればよいですか?
しかし、残りの行を破棄するにはどうすればよいですか
GDB にそのようなオプションがあるとは思えません (そして、出力の一部だけを気にするのは非常に珍しいことです)。
できることの 1 つは、GDB をemacsバッファーで実行し、行を切り捨てるように設定することです。
emacs