Just use python -m pdb <your_script>.py then b <line_number> to set the breakpoint at chosen line number (no function parentheses). Hit c to ...
確定! 回上一頁