python3 cmd debug pdb zhiqiuyuan pythondebug python debug 发布于:Dec 20, 2022 单文件debug app.py in app.py import pdb; pdb.set_trace() cmd: python3 -m pdb app.py arg1 arg2 然后就开始debug,和gdb类似的界面和指令 更新于:Dec 29, 2022 python python python3 mkdir import os create dir:recusive, create if not exists, else throw error os.makedirs(path[,mode])... c++编译坑 给gcc的文件的顺序https://stackoverflow.com/questions/19901934/libpthread-so-0-error-adding-symbols-dso-m...