Step Into  
Top  Previous  Next


Toolbar   scriptstepinto  
Menu:   Script > Step Into  
Keyboard:   F11  
 

Use this command to execute the script to the next line. If the current line is a subroutine or function call, ImageWarp will step into that subroutine or function and stop at its first line. If the script is in the "Idle" mode, selecting this command will execute the first line of the script and switch the script to the "Pause" mode, as will be indicated on the status bar of the Script Editor
. The next line to be executed will be highlighted with the yellow pointer, and the Watch window will display the values of the global variables.
The Step Into command is only available when the script is in the "Idle" or "Pause" mode.