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 有这样的选择(而且只关心部分输出是最不寻常的)。
您可以做的一件事是在缓冲区中运行 GDB emacs,并将其设置为截断行。
emacs