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.
我刚开始使用breakpoint()and pudb,太棒了。现在我如何制作 IPython 的%debug魔法启动 pudb?
breakpoint()
pudb
%debug
注意:pudb文档说“事后分析模式可以很容易地追溯崩溃程序的最后步骤。” 另一方面,(旧)维基表明这是不可能的。