# Python Debug - 相关工具 - [pdb](0303_Programing_Python_Tools_pdb) - [pysnooper](0304_Programing_Python_Tools_PySnooper) ## Python 脚本异常时自动进入 pdb 调试模式 ``` python -m pdb your_script.py ```
Python Debug
Python 脚本异常时自动进入 pdb 调试模式