WindO/I-NV4 User’s Manual 26-15
3 Simulator
26
Simulator Function
3.5 Script Debugger
You can check the operation of script configured in the project.
■ Script List
Displays the list of script used on the project.
■ Script Name
Displays the name of the script selected in the Script List.
■ Data Type
Displays the data type configured to the script selected in the Script List.
For details about the data type, refer to Chapter 20 “1.3 Data Type of the Script” on page 20-3.
■ Continue
Executes the script paused at the breakpoint up to the next breakpoint. If there is no next breakpoint, execute the
script to the end and exit.
■ Step Over
Executes the script while pausing each step (one line) at a time. If there is no next step, the script execution is
terminated.
(Script)
(Breakpoint)
Script ID: Displays the script ID (1 to 32000) of the registered scripts.
Script Name: Displays the script name of the registered scripts.
Debug: Selects whether or not to debug the script. Double clicking the cell switches between Enable
and Disable. The maximum number of scripts that can be configured to Enable is 16.
The keyboard shortcut is F5 key.
The keyboard shortcut is F6 key.