I recently migrated from Nagios Core to Nagios XI and I'm very pleased with the Nagios XI look and functionalities.
However, I have a small issue with performance graphs...
In Nagios Core with PNP4Nagios installed, when Service Overview (i.e. graphs) were requested, PNP debugging information was shown if a given template had errors. This was really helpful, because all errors were shown immediately and I was able to quickly debug and fix them. This behavior is shown on the image below:

In Nagios XI there is no debug screen shown, although debug.php page is present in /usr/local/nagios/share/pnp/include (same script is present in Nagios Core bundled with PNP4Nagios). If custom template (in /usr/local/nagios/share/pnp/templates) with error is encountered, no debug info is shown and the graph won't be drawn.
Performance data is correctly collected - if custom template is deleted and default.php is used, graph is shown without problems.
I tried to compensate the lack of debugging info with increased log level (in npcd.cfg), but logs still lack information about errors encountered in a particular template.
Is there any way to enable the same PNP debugging in Nagios XI that is present in Nagios Core with PNP4Nagios as shown above?
If not, is there any other "efficient" way of testing custom templates? I heard about verify_pnp_config, but I don't think it is as "streamlined" as the method I described above.
Thanks in advance!
P.S.
My company is Nagios Authorized Reseller - do we have access to Nagios XI Customer Support forum?