Table of Contents

TatVirtualMachine.DebugRunToPoint Method

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

Syntax

Unit: atScript

procedure TatVirtualMachine.DebugRunToPoint(AInstruction: pSimplifiedCode);

Parameters

<-> Parameter Type Description
AInstruction pSimplifiedCode

See also