You can debug a program such as prog.py by invoking it through pdb : python -m pdb prog.py. Common gdb commands can be found in pdb :
確定! 回上一頁