资 源 简 介
Winpdb is a platform independent GPL Python debugger. It is fast, stable and mature. It has unique features such as true threading support, full Unicode support, the ability to step into spawned processes and Py3k compatibility.
To install download the source archive, extract and follow README instructions, typically simply type:
python setup.py install
Here is a nice tutorial by Chris Lasher: DebuggingTutorial