This section explains how to debug Python using some common methods. In this section you will learn how to log output from Python and how to use the Debug window to test your scripts. In addition, this section will explain some common Python errors and the order of Python variable execution.
You can easily debug Python scripts in Iguana using the Chameleonlog function. The log function outputs the argument into the Trace Output text box.
For more information, see Log Details.