Wednesday 12 December 2012

how to use pdb

Simple way to debug python programs using pdb

python -m pdb <python script.py>