网站首页 文章专栏 基本python debug使用(单步调试)
python pdb 使用
使用命令 python -m pdb your_py_file 进入调试界面,输入 help pdb可以查询完整帮助信息
python -m pdb your_python_script
命令 | 功能