This method allows a debug string to be written during the execution of the script. This may be useful during development to help examine program flow. The debug messages appear in the console window of any attached debugger.
Syntax
MC.Debug(Msg)
Example
MC.Debug("Starting phase 1")
Return Values
None.