Jonathan Vanasco wrote:
> on this topic, please forgive my ignorance...
>
> don't both those settings relate to mod_perl internals?
Oh, yes, very much internal indeed.
> i typically just to a
>
> use constant DEBUG__myvar => 1 ;
>
> and
> DEBUG__myvar && print STDERR "my debug cra
on this topic, please forgive my ignorance...
don't both those settings relate to mod_perl internals?
i typically just to a
use constant DEBUG__myvar => 1 ;
and
DEBUG__myvar && print STDERR "my debug crap"
in my code to handle debugging my apps. in one of the books, it said
Boysenberry Payne wrote:
> I have a couple of question while installing MP2 over again.
>
> Do I have to enable MP_DEBUG and MP_TRACE in order to debug
> or trace; does that mean I'll be stuck with everything being debugged or
> traced?
MP_DEBUG means the compiled code will have debugging symbols
I have a couple of question while installing MP2 over again.
Do I have to enable MP_DEBUG and MP_TRACE in order to debug
or trace; does that mean I'll be stuck with everything being debugged or
traced?
Thanks,
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com