Invoke pbd from terminal to debug the entire script. python -m pdb mytest.py. Insert import pdb; pdb.set_trace() in a specific line of the ...
確定! 回上一頁