On Sat, Nov 27, 2010 at 12:39 AM, Lorin Rivers <[email protected]> wrote: > <snip> > Someone less ignorant than I should answer that.
Not me. :) >> 2. How do I trace through code. line by line and then inspect values in >> variables or objects > > This I just solved for myself. > > The short answer for #2 is Eclipse with PyDev & Aptana. There are a few more alternatives (each with its own advantages and shortcomings): 1. WinPDB (http://winpdb.org/) Great GUI debugger with remote debugging capabilities. 2. Ipdb (http://pypi.python.org/pypi/ipdb) Embedded IPython sheel and debugger. If you know IPython, you know this is awesome. :) -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

