Do any debuggers support "edit and continue?"

Michiel Overtoom motoom at xs4all.nl
Thu May 13 07:31:21 EDT 2010


On 2010-05-13 00:07, Joel Koltner wrote:

> Hey, a lot of people would argue that Python's lack of strong typing and
> data/member protection (from one class to another) encourages sloppy
> programming too.  :-)

You're being ironic, aren't you?

Python does have strong typing (many people confuse that with static 
typing), see http://www.artima.com/weblogs/viewpost.jsp?thread=7590

And for data member protection, there is the 'consenting adult' rule. 
Touch instance variables which start with an underscore on your own risk.

Greetings,

-- 
"Open-source projects are run by people who are self-selected to actually
care about the software, as opposed to resentful wage slaves for
whom control over their work product is minimal and development is
just another stretch of cubicle time." - ESR, http://esr.ibiblio.org



More information about the Python-list mailing list