python -m pdb park.py. Output: -> import pdb (Pdb) Here it will stop at the first line. Or we could set a trace where we want the code to stop for debugging ...
確定! 回上一頁