The OutputDebugString method prints a debug message.
VBScript Syntax
IProject.OutputDebugString message
Parameters
message
a string specifying the text to output. (VT_BSTR)
Return Value
none
Example
IDispProject.OutputDebugString "some string"