import pdb; pdb.set_trace(). Or python -m pdb pdb_example.py to start debugging from __main__. Then normally run your python code in the terminal.
確定! 回上一頁