标签: python-3.x pdb
我知道我们可以在运行python脚本时使用python调试器。
python -m pdb script.py
但是当我已经在运行这样的模块时,我该如何使用它。
python -m script