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.
Name | Description |
---|---|
Trace | Sends text to the debug window. |
ClearDebuggingWindow | Clears the content of the Script Debugging window. |
Name | Description |
---|---|
DebuggingWindowVisible | Allows script developers to show or hide the Script Debugging window. |