pdb.run('filter_demo2.filter_lt(lambda n: n < 3,[3,1,2,6,7,4,5])') > ... (Pdb)指令提示。 pdb.set_trace()你也可以將 pdb.set_trace()直接撰寫在你的原始碼中, ...
確定! 回上一頁