TatScriptBreak Class
TatScriptBreak contains information about a breakpoint set in the script. Use this class to programatically set a breakpoint in the script source code for debugging purposes.
Syntax
Unit: atScript
TatScriptBreak = class(TCollectionItem);
Properties
| Name | Description |
|---|---|
| AutoDestroy | AutoDestroy is a read-only property. If it's true, it indicates that the breakpoint will be removed when script execution stops at it. In other words, it will only stop once in this breakpoint. |
| Line | Use Line property to get or set the line number in the source code in which the breakpoint will be set. |