Working With Annotations

Working with Annotations

The Iguana Translator displays annotations that show you exactly what your code is doing. An annotation block appears to the right of each function that is executed. If you have imported sample data for your script, it will also be shown in the annotations.

Each element of an annotation corresponds to the line of code that it is adjacent to:

Screen Shot 2014-05-06 at 10.00.32

An annotation element is created for each line of code that is executed.

In this example, the call to ProcessLab() is not executed,  so it does not have an annotation element:

Screen Shot 2014-05-06 at 10.00.32

Annotations contain click-able “dialog links” so you can inspect data in more detail.

In this case we clicked the Warnings link:

Screen Shot 2014-05-06 at 11.37.07

Leave A Comment?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.