import pdb 2:在要开始调试的一行加上pdb.set_trace()文件变成: # epdb1.py -- experiment with the Python debugger, pdb import pdb a = "aaa" pdb.set_trace()
確定! 回上一頁