pbd debug模块使用方法 (可以带参数调试

设置断点:
pdb.set_trace()
进入debug mode
python -m pdb main.py --args
debug mode下

       (pbd)c    #continue debug
       (pbd)step #next step
       (pbd)exit #exit pbd mode
posted @ 2021-09-28 09:00  小艾衰  阅读(158)  评论(0编辑  收藏  举报