Supporting Debugging
You can use the following EMML statements to help debugging mashup scripts:
<display> to send debugging messages to the console and standard output. This can include static text and values from variables.
<assert> to include assertions tested at runtime that stop mashup processing for failures.