Re: Quick MP2 install questions

2006-02-23 Thread Philippe M. Chiasson
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

Re: Quick MP2 install questions

2006-02-23 Thread Jonathan Vanasco
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

Re: Quick MP2 install questions

2006-02-23 Thread Philippe M. Chiasson
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

Quick MP2 install questions

2006-02-23 Thread Boysenberry Payne
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