Python/Winpdb
From Wsms
Note: This page should be titled winpdb (all lowercase). It is titled Winpdb due to limitations of Mediawiki.
winpdb is a gui overlay for pdb, the python debugger.
[edit]
installation
ggeller@harrison:~$ wget http://peak.telecommunity.com/dist/ez_setup.py ggeller@harrison:~$ sudo python ez_setup.py ggeller@harrison:~$ sudo easy_install winpdb ggeller@harrison:~$ sudo apt-get install python-wxgtk2.8
[edit]
common usage
ggeller@harrison:~/Desktop/SATimer/03kitchen_timer/pgu$ winpdb timer.py

