On Mon, 16 Jul 2001, Stas Bekman wrote:
 
> you can end up with a long file with various PerlTrace settings. Instead
> of scrolling back and forth and remembering what bits very set before, why
> not just switching off the unwanted bits?

i guess this is what i'm having trouble seeing.  personally i never had
the need to set it more than once and would just set it based on what i
was debugging at that moment.  the volume of modperl trace info isn't that
high, unlike, say, perl -Dmx.  but if you really see the need, it should
be implemented using the existing modperl_options.c stuff, like:
PerlTrace +d -f

rather than a new !df syntax.  if you want to allow per-dir configuration,
MP_debug_level will need to live in tls (thread local storage) for
threaded mpms (see modperl_global.c)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to