Table of Contents

TatVirtualMachine.DebugRunToLine Method

Unpauses the script (if paused) and continues script execution until the line specified by ALine is reached. When that happens, the script execution is paused again.

Syntax

Unit: atScript

procedure TatVirtualMachine.DebugRunToLine(ALine: Integer);

Parameters

<-> Parameter Type Description
ALine Integer

See also