docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualProgramming Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<debug/>

Provided by module: Tags: RXML 2 tags

Helps debugging RXML-pages as well as modules. When debugging mode is turned on, all error messages will be displayed in the HTML code.


Attributes

on

Turns debug mode on.


off

Turns debug mode off.


toggle

Toggles debug mode.


showlog

Shows the debug log.


showid="string"

Shows a part of the id object. E.g. showid="id->request_headers".


werror="string"

When you have access to the server debug log and want your RXML page to write some kind of diagnostics message or similar, the werror attribute is helpful.

This can be used on the error page, for instance, if you'd want such errors to end up in the debug log:


<debug werror='File &page.url; not found!
(linked from &client.referrer;)'/>

The message is also shown the request trace, e.g. when "Tasks"/"Debug information"/"Resolve path..." is used in the configuration interface.