Table of Contents

TatVirtualMachine.DebugToggleBreakLine Method

Creates a breakpoint (or removes it if one already exists) at the source line specified by ALine. Returns the first p-code instruction that corresponds to that line.

Syntax

Unit: atScript

function TatVirtualMachine.DebugToggleBreakLine(ALine: Integer): pSimplifiedCode;

Parameters

<-> Parameter Type Description
ALine Integer

See also