pdb+ipdb 调试 Python代码

Posted Data+Science+Insight

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pdb+ipdb 调试 Python代码相关的知识,希望对你有一定的参考价值。

pdb+ipdb 调试 Python代码

 

pdb 和 ipdb 的主要作用是用于 Python 程序的单步调试,Python 的调试可参考链接

ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module.

其实你大可不必死记这些命令,忘记的时候,只要敲入help并回车,就可以看到所有的指令了。

以上是关于pdb+ipdb 调试 Python代码的主要内容,如果未能解决你的问题,请参考以下文章

Python调试工具——ipdb

Python调试工具——ipdb

PDB 常用命令

PDB 常用命令

python-anvil-app-server:你可以在服务器端代码上运行 python debuggor pdb 或 ipdb 吗?

如何在 Python 自己的调试器 (PDB) 中执行多行语句