pdb
https://docs.python.org/zh-cn/3.7/library/pdb.html#module-pdb
使用方式
1、在命令行下直接运行调试
python -m pdb test.py
2、在需要被调试的
2019-07-28