Winpdb is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb.
Features:
GPL license. Winpdb is Free Software.
Compatible with CPython 2.3 through 2.6 and Python 3000
Compatible with wxPython 2.6 through 2.8
Platform independent, and tested on Ubuntu Gutsy and Windows XP.
User Interfaces: rpdb2 is console based, while winpdb requires wxPython 2.6 or later. www.169it.com
安装方法
windows下winpdb安装:
1)首先安装wxpython, install the wxPython runtime ,可以找一个exe格式的直接安装。
2)安装winpdb, Winpdb source package,下载源码,然后运行python setup.py install,完成安装。
winpdb的教程:
http://winpdb.org/tutorial/WinpdbTutorial.html