::hwat::utils::WriteDebugMessage
Posts debug messages to the message box where ::hwat::globals::DEBUG variable is set to 1.
Syntax
::hwat::utils::WriteDebugMesssage str_message.
Arguments
- str_args
 - Strings separated by space which constitute an error message.
 
Returns
- Success
 - 1
 - Failure
 - {}
 
Example
::hwat::utils::WriteDebugMessage "Error reading file" .