[Zope3-Users] Strange ZODB error

Christian Theune ct at gocept.com
Fri Aug 10 02:30:00 EDT 2007


Am Donnerstag, den 09.08.2007, 09:52 -0400 schrieb Gary Poster:
> You probably need to find out what the object is for anyone to have a  
> chance of helping.
> 
> I usually just put a pdb in the ZODB that is triggered if there's an  
> error here, and then start poking around.  Using the postmortem debug  
> publisher might work too, but it has caused enough problems for me in  
> the past that I dropped it, myself.

One way to do this is to use the http postmortem debugger server,
especially helpful if you try to debug problems in code that is
triggered many times in an app, but you only want to see the pdb when an
error happens.

Christian




More information about the Zope3-users mailing list