To start debugging within the program just insert import pdb, pdb.set_trace() commands. Run your script normally, and execution will stop where ...
確定! 回上一頁