|
The Debug Object
The Debug object is a global object used by script developers to
help find potential problems in their scripts. It does not affect
end-user experience nor does it slow down scripts when debugging
options are disabled.
Functions:
| Name |
Description |
| Trace
|
Sends text to the debug window. |
| ClearDebuggingWindow
|
Clears the content of the Script Debugging window. |
Properties:
|