Executes a block only if Moya is in debug mode. You can enable debug mode the setting 'debug' under the project section. This tag is equivalent to the following:
<if test=".debug"><echo>Moya is in debug mode. Relax.</echo></if>
<debug><echo>Moya is in debug mode. Relax.</echo></debug>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |