目錄
PDB - Python Debugger
介紹
參考
pdb 是 Python 內建的 debugger, 有類似 gdb 的功能, 但是針對 Python 程式的使用情境而設計。
pdb
ipdb: IPython + PDB
ptpdb: PTPython + PDB