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的命令窗口?clear我的意思是,gdb 中是否有与bash 终端中的命令执行相同(对于命令窗口)的命令?
clear
打Control + L。适用于我在 Linux 和 Mac OS X 以及最新版本的 GDB 中。
Control + L
根据环境,您可以尝试以下组合键:Ctrl+ L。即:按住Control键,然后键入L键。
但这可能不适用于所有环境。您还可以尝试以下操作:在 gdb 中,您可以使用以下命令执行 shell 命令shell:使用它来调用 shell 以清除终端:
shell
shell clear