Trace into
Documentation | Help File | Scripter Studio | UI | Menu | Run |
Trace into
Clicking on the Run/Trace into menu item provides for line-by-line script execution. When using the Trace into feature the Scripter Studio executes line-by-line the procedures/functions called from the procedure/function being debugged.
To execute a procedure/function line-by-line with entering the called procedures/functions
Use the
Toggle breakpoint feature to add a breakpoint inside the procedure/function of interest.
Execute the script up to the breakpoint by using the
Run feature.
Click on the Run/Trace into menu item to continue with the line-by-line execution. Repeat this step as many times as needed.
Also accessible by
The same function can be initiated by clicking on the

icon on the
Run.
Associated functions
To abort the execution of a script, use the
Script reset feature.
To execute a called procedure/function without pausing, use the
Run until return feature.
Similar functions
To perform the line-by-line script execution without entering the called procedures/functions, use the
Step over feature.
Key shortcut