The easiest way to use a Python debugger (PDB) is to call it in the code you're working on by adding import pdb; pdb.set_trace() . As soon as ...
確定! 回上一頁