易百教程

93、调试 Python 程序的命令是什么?

以下命令有助于在调试模式下运行 Python 程序。

$ python -m pdb python-script.py