Debugging with the Extension Script Tester
The Extension Script Tester is used to validate the basic logic of a custom script before integrating it into your main script. It is useful for testing for loop logic, converting long values into strings, and verifying expected outputs.
After you testing your code in the Extension Script Tester, you can move the code to your main custom script.
If you cannot debug your script on this page, you can also take advantage of the debugprint()
statements that you can insert permanently in your custom script and only enable when you select to debug the code.