Debuger
GUI Debuger
sudo apt-get install python-pudb
python -m pudb.run foo.py
참고 : [파이썬] PUDB 콘솔 디버거
better-exceptions
pip install better_exceptions
import better_exceptions
PDB
import pdb
디버깅 원하는 곳에 pdb.set_trace()
추가
"python -m pdb 파이선파일.py