A simpler, albeit hackish way, is to use this tag in the pagelayout template that you will conditionally apply to your views:
<!-- <!--DEBUG_REPORT--> -->
Btw, the printing of that data should definitely be passed out to a customizable handler...
Principal Consultant International Business
Member of the Community Project Board
H-Works Agency
Thursday 20 May 2010 1:15:53 am
Hello
Those directives doesn't work, if i add : eZDebug::printReport( false, false ) this just output an ezdebug object and my content is not returned anymore.
My question was "In a custom module view, how to disable debug output if debug is enabled else where".