On Mon, Apr 01, 2002 at 05:23:07PM -0500, Jeff Trawick wrote: > as far as error reporting: > > the error is written to the log, not to stderr, so you don't see it
Can we correct this so there is immediate response on stderr? > as far as what I want to do: > > I just want to run httpd in the foreground (e.g., from gdb); should > I be doing something other than > > gdb prefix/bin/httpd > break foo > r -DNO_DETACH > > ? This is working for me (or so it seems). Perhaps 'foo' is never called in the parent? -aaron
