Debug
Summary
Sets if you want to display debug information in the rendered page or in a separate popup.Usage
Debug=inline|popup
Description
Inline means that the debug output will be displayed together with the page that was rendered. Popup means that a separate popup window will be displayed with the debug information. Not all browsers support debug information in a popup. Choose inline if you have any problems.
Please note that if debug is set to "popup" in a virtual host environment then the following rewrite rules must be added to the virtual host block:
RewriteRule ^/var/cache/debug.html.* - [L] RewriteRule ^/var/[^/]+/cache/debug.html.* - [L]
Frederik Holljen (02/02/2005 8:50 am)
Balazs Halasy (17/11/2005 1:41 pm)
Comments
There are no comments.