Ernesto wrote:
> I'm looking for a tool that I can use to "step through" python software
> (debugging environment).  

This is not an 'IDE', it's a debugger.

> Is there a good FREE one 

http://www.python.org/doc/2.4.2/lib/module-pdb.html

Strange enough, I almost never had a use for a debugger in 5+ years of
Python programming.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to