Icon OnDebugNotification Event

property OnDebugNotification: TEDBDebugNotificationEvent

The OnDebugNotification event is fired when the threaded debug execution of a script has been paused, a breakpoint has been encountered, or an exception has been encountered and the PauseOnExceptions property is set to True. You can call the GetDebugVariableNames and GetDebugVariable methods from the main thread to retrieve the value of debug variables from within this event handler.

Information The script debugging functionality is primarily for use in the ElevateDB Manager, and relies on proper multi-threading techniques. It can easily result in application lock-ups and erratic behaviors if not implemented properly. You can use the debugging functionality in your own application, but please consult the ElevateDB Manager source code for more information on how to properly use this functionality.
Image