When you are debugging, you can use the <trace>
element to send text and values to a trace output destination. In
particular, if you include the name of a variable in the output, then
the macro runtime will display both the name and the value of the
variable in the output, enclosed in curly braces {}. Here is an example:
Figure 1. Example
of using the <trace> element