TatVirtualMachine.DebugStepOverLine Method
Performs debug step over operation in script. A step over operation executes the current line and pauses the execution in the very next line. If the current line being executed is a routine call, the whole routine is executed at once.
Syntax
Unit: atScript
procedure TatVirtualMachine.DebugStepOverLine;