Python/Winpdb

From Wsms

Jump to: navigation, search

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.

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

common usage

ggeller@harrison:~/Desktop/SATimer/03kitchen_timer/pgu$ winpdb timer.py

and you get see this:
Image:20071206-020-winpdb.png

Personal tools