【问题标题】:How to repeat the last command on the command-line in the python debugger, PuDB如何在 python 调试器 PuDB 中重复命令行上的最后一个命令 【发布时间】:2016-06-09 20:57:43 【问题描述】: 我在 Linux 上,希望它能够像 pdb、gdb 一样工作,即按 enter 重复上一个命令。我了解调试器有一个Variables 监视窗口。 【问题讨论】: 标签: python pudb 【解决方案1】: Ctrl-n/p - 浏览命令行历史 【讨论】: