[Tutor] using -i flag with '''if __name__ == "__main__":'''

Alan G alan.gauld at freenet.co.uk
Fri May 20 09:14:24 CEST 2005


> > I think this approach to debugging won't scale well and you are
just
> > seeing the tip of the iceberg.... [and more helpful stuff,
snipped.]
>
> Thanks to you both.  I think I may need to step up my "development
> environment" beyond emacs and a command line.

I don't see why. The very biggest systems I've ever worked on were
built using an editor and command line. Emacs in particular is
extra-ordinarily powerful, especially in its integration with
the interpreter and debugger. Modern IDEs offer a few extra
features over emacs but generally they lose out in terms of
raw editing power.

I missed the original part of the post that prompted your decision,
but the quoted comment above suggests a new aopproach to debugging,
not necessarily a new debugger...

Alan G.



More information about the Tutor mailing list