Table of Contents

TatCustomScripter.OnSingleDebugHook Event

Fired once whenever the script execution is paused or a debug step action is performed.

Remarks

OnSingleDebugHook event is called whenever the script execution is paused or a debug action is performed (like StepOver, TraceInto, etc.. Different from OnDebugHook, which is called many times inside a loop when the script is paused, OnSingleDebugHook is called only once. It provides a better performance if the purpose is to update a debugging IDE when a debug action takes place.

Syntax

Unit: atScript

property TatCustomScripter.OnSingleDebugHook: TNotifyEvent

See also