Handling Exceptions

Exceptions are error states that occur while a script is executed. When an exception is thrown, the debugger automatically stops and displays an error message, as shown in the following figure. When you click OK, you return to the debugger, where you can use the various tabs to debug the script and understand the exception. However, after an exception occurs, you cannot continue debugging the remaining statements. The script will finalize its execution without you having the ability to debug it.