Table of Contents

TatVirtualMachine.DebugStepOver Method

Performs debug step over operation in current script. This method should not be used very often because it works at p-code instruction level. Use DebugStepOverLine instead.

Syntax

Unit: atScript

procedure TatVirtualMachine.DebugStepOver;

See also