Table of Contents

TatVirtualMachine.DebugToggleBreakPoint Method

Create a breakpoint (or remove if there is already one) in the instruction specified by AInstruction. This method returns true if a breakpoint was previously set, false otherwise. Do not use this method very often, use DebugToggleBreakLine instead.

Syntax

Unit: atScript

function TatVirtualMachine.DebugToggleBreakPoint(AInstruction: pSimplifiedCode): Boolean;

Parameters

<-> Parameter Type Description
AInstruction pSimplifiedCode

See also