Table of Contents

TatVirtualMachine.DebugTraceIntoLine Method

Performs a debug trace-into operation in the script at source line granularity.

Remarks

A trace-into operation executes the current line and pauses at the very next line. If the current line contains a routine call, execution stops at the first line of that routine.

Syntax

Unit: atScript

procedure TatVirtualMachine.DebugTraceIntoLine;

See also