30 Nov
2001
30 Nov
'01
4:26 p.m.
* 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