Debugging VBA Scripts

If a scripting error occurs while a schedule is running, the VBE debugger automatically launches to allow you to quickly edit and save the changes made to the script. If the schedule is running in the foreground when the VBE launches, any changes made to the script are automatically saved in the schedule. If the schedule is running in the background when the VBE launches, close the VBE editor, re-open it in iFIX WorkSpace, and make the necessary changes to the script. Any changes made to the script are automatically saved in the schedule.

NOTE: In order for scripting changes to be saved in a schedule, the VBE must be started in the iFIX WorkSpace. Any scripting changes made in the VBE launched from the FixBackgroundServer task will not be saved in a schedule.

See Also