Icon GetDebugVariableNames Method

procedure GetDebugVariableNames(List: TStrings)

Call GetDebugVariableNames from the main thread to retrieve a list of the current script variable names during the threaded debug execution of the script. You should only call GetDebugVariableNames when the Paused property is True.

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