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.
经常,我正在尝试调试某些东西,但我忘记输入
debug
并直接跳到输入调试命令,例如
u
然后我得到
NameError: name 'u' is not defined
而且我不能再调试原来的错误,只有这个NameError。
所以我需要再次运行我的 scipt 来生成我真正想要调试的错误。
有没有办法回到以前的错误?也许一些hacky方法可以将它保存在某个地方?