En Mon, 17 Mar 2008 01:54:01 -0200, WaterWalk <[EMAIL PROTECTED]>  
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to