Develop-test-debug cycle

Pete Shinners shredwheat at attbi.com
Wed Mar 20 12:11:04 EST 2002


Dale Strickland-Clark wrote:
> I am debugging a large system written in Python with modules spread
> over 4 directories. I'm using PythonWin under Win2K to set-up the
> environment and run the code.

i'd also recommend running "pychecker" on your code. instead of 
interactively looking for errors, it always shows me the list of errors 
right up front. (of course this won't really notice all your logic 
errors) :]  http://pychecker.sourceforge.net/




More information about the Python-list mailing list