Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Commented-out lines in Production
klabu wrote :
> "Andreas Piesk"
> > $IF $$debug $THEN
> > $IF $$debug $THEN
> > dbms_output.put_line( balhblah);
> > $END
>
> > $END
> >
> > ALTER PACKAGE bla COMPILE PLSQL_CCFLAGS = 'debug:true' REUSE SETTINGS;
> >
> > regards,
> > -ap
> >
>
> yes good suggestion
> but now SOURCE code is still "littered" with
> "dbms_output.put_line( balhblah);"
> plus "$IF $$debug $THEN.....$END"
Anyway, dear, would you be kind enough to give us your opinions on hpuxrac questions ?
> Why don't you give us your opinion?
> How about some pro's and con's.
> Additionally, what other techniques can be used to keep debugging
> information easily available in a production environment?
The topic is interesting (for me, anyway :-) and I'm always interested in the opinions of others on the subject.
Thanks