python -m pdb mytest.py. Insert import pdb; pdb.set_trace() in a specific line of the script. Insert breakpoint() in the script.
確定! 回上一頁