Table of Contents

TatScript.Breaks Property

Provides access to the source-level breakpoint collection for this script.

Remarks

Breaks property provides access to a TatScriptBreaks collection which holds the breakpoints for the script. The different from Breaks to VirtualMachine.BreakPoints is that the latter is a low-level breakpoint collection based on p-code, and should be rarely used. Breaks property, instead, is a higher level breakpoints collection based on lines. Use Breaks instead of VirtualMachine.Breakpoints for better control of debugging and breakpoints.

Syntax

Unit: atScript

property TatScript.Breaks: TatScriptBreaks

See also