Why Python?

Gerhard Häring gh at ghaering.de
Mon Mar 1 10:56:56 EST 2004


Robert M. Emmons wrote:
> IMHO the whole reason C/C++ has sophisticated debugging tools is 
> that code debugging in C is a nightmare.

That's my opinion as well.

One debugging feature that Python doesn't support is "edit-while-debugging" (edit 
the function/method) you just debug, something which is possible in VB and VC6, 
for example) I think it'd not be *that* hard implementing it. Maybe a Python IDE 
vendor will implement it some day.

-- Gerhard




More information about the Python-list mailing list