Messenger Plus! Live - Scripting Documentation

The Debug::DebuggingWindowVisible property allows script developers to show or hide the Script Debugging window. You can use this property to popup the window when a specific event or error occurs in your script.

This is a read/write property.
[boolean] DebuggingWindowVisible;

Data Type

A boolean value specifying whether or not the Script Debugging window is displayed.

Remarks

If "debugging options" are not enabled in the user's preferences, this property does nothing.

Property Information

Object Debug
Availability Messenger Plus! Live 4.00

See Also

Debug Object.