Reputation: 115
I have written a transform script in SN.Its not performing as it should be.So i just want to debug the script.So please suggest the ways to debug transform script in SN.
Upvotes: 1
Views: 2977
Reputation: 516
The same way you debug other scripts. Add gs.info/warning/error or add it directly to the Transform Script's log through the variable 'log'.
Additionally, you could use the legacy function gs.print, but you need to turn on debugging first.
Read more on the Fuji wiki or Geneva documentation
Upvotes: 3