Messenger Plus! Live - Scripting Documentation

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:

Name Description
DebuggingWindowVisible Allows script developers to show or hide the Script Debugging window.