[Zope] Good development environment for Zope?

seb bacon seb@jamkit.com
Fri, 30 Nov 2001 16:26:01 +0000


* Lennart Regebro <lennart@regebro.nu> [011130 15:24]:
> So I'm asking you people here: How have you set up your development
> environments? Are you using any IDE? What editors are you using, how do you
> debug programs, how do you do testing, are you using any other applications
> as support for development?

I use emacs.  It's particularly nifty for stepping through your code
using pdb.  If I have one recommendation it's learning how to use the
debugger.  Search for 'emacs' on zope.org for some pointers.

seb