How can I launch pudb with IPython's post-mortem %debug?

末鹿安然 提交于 2020-12-13 06:36:24

问题


I just got started using breakpoint() and pudb, which is awesome. Now how do I make IPython's %debug magic launch pudb?

Note: The pudb docs say "A post-mortem mode makes it easy to retrace a crashing program’s last steps." On the other hand the (old) wiki suggests it's not possible.

来源:https://stackoverflow.com/questions/59874136/how-can-i-launch-pudb-with-ipythons-post-mortem-debug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!