Skip to content
lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag dbg

attribute role description
print required value to print to the console

description

The specified value is written to standard output.

examples

Print the current value of the count variable.

<dbg print="'value of count: %d'%count" />
Clone this wiki locally