Template::debug - jcobban/Genealogy GitHub Wiki

$template->debug

Up: class Template

This is a public attribute of the class. If this is set to true then tracing information is added to $warn during the expansion of a template.

For example:

$template->debug    = true;

Next: class FtTemplate