You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Joachim Zobel <jz...@heute-morgen.de> on 2006/11/02 21:32:20 UTC

Re: Data Structure Serialization - debugging

Am Donnerstag, den 02.11.2006, 12:07 -0700 schrieb David Wortham:
> Any ideas for serialization or opening another file?  Or even just
> debugging
> tips in general?  Apache seems like a difficult environment to debug
> in

Just write a good trace log (with log level APR_DEBUG). If that is of
reasonable quality you can leave it in the code to serve you for
troubleshooting later.

The usual attitude to errors during development is to get rid of them as
fast as possible. This is wrong. Every error is a chance to test and
improve error handling.  

Sincerely,
Joachim