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;
A boolean value specifying whether or not the Script Debugging window is displayed.
If "debugging options" are not enabled in the user's preferences, this property does nothing.
Object | Debug |
---|---|
Availability | Messenger Plus! Live 4.00 |