DebugMsg(Message)
Displays a mesage if the "Display Debug Messages" option is activated.
Parameters:
Message | The message that should be displayed. |
Remarks:
If this procedure is used and the "Display Debug Messages" option is deactivated, no error is raised but the message will not be displayed.
Because these messages can confuse users, you should comment them out if you deploy your plug-in.
Example:
s=GetWinDir 'read Windows Dir
Call DebugMsg(s) 'display it