To immediately enter into step-through debugging use: python -m pdb <my_file.py>. This will start the debugger at the first line of the program.
確定! 回上一頁