[Zope] Debugging and Environment Variables
Dieter Maurer
dieter@handshake.de
Tue, 1 Apr 2003 20:43:50 +0200
Dylan Reinhardt wrote at 2003-3-31 09:36 -0800:
> > > You might also find this howto helpful:
> > >http://www.zope.org/Members/michel/HowTos/TheDebuggerIsYourFriend
> >
> > Thanks for the suggestion but that is the page that
> > got me started down this highway of confusion!
>
> Oh... well, maybe the debugger isn't *your* friend after all... :-)
Sometimes, it is not.
Of course, presentation problems are not fixed by means of a debugger ;-)
But for some problems, a debugger makes
analysis much simpler and sometimes possible.
This is the case whenever you have complex logic which does not
work as it should.
Dieter