About reading Python code

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Mar 17 07:59:14 EDT 2008


En Mon, 17 Mar 2008 01:54:01 -0200, WaterWalk <toolmaster at 163.com>  
escribi�:

> Hello. I wonder what's the effective way of figuring out how a piece
> of python code works. With C I often find it very useful to be able to
> run the code in step mode and set breakpoints in a debugger so I can
> watch how the it executes, how the data change and how the code jumps
> from one function to another. But with Python, the debugger is a
> little primitive. The default IDLE doesn't even allow me to set a
> breakpoint. When the code is long, I am often lost in it.

See the wiki at http://wiki.python.org/moin/DevelopmentTools for more  
editors, debugging tools and IDEs.

-- 
Gabriel Genellina




More information about the Python-list mailing list