Table of Contents

TatScript.ExpandDebugInfo Method

ExpandDebugInfo is a deprecated method. It was used to update debug information in the compiled p-code of the script. Now this is done automatically and you don't need to call it anymore.

Syntax

Unit: atScript

procedure TatScript.ExpandDebugInfo(RequiresCompilation: Boolean = True);

Parameters

<-> Parameter Type Description
RequiresCompilation Boolean Optional: Default value is True

See also