Notes about debugging object script
Unlike the other types of scripts, in the object scripts there is not a main procedure or a predefined sequence of procedures, since the management takes place on the basis of the events generated.
Therefore, in order to debug the script, it is not possible to issue a generic start command: first select the procedure to be executed.
To debug, proceed as follows:
- Place the cursor on a statement belonging to the procedure that you want to test
- Select the Run command (F5) or Execute (F8): the debugger starts the execution of the current procedure.