How do I enable and control the printing of trace messages during the build process?
In the Diagnostics tab of the Mainsoft Setting Tool, check the Trace Build box in order to enable printing of trace messages. Alternatively, set the environment variable MWDEBUG = true, in order to enable displaying the output messages. You can also specify the location to which these messages are sent by setting the MWOUTPUT environment variable to one of the following: /dev/console, stdout, stderr , or any filename. The default values for these variables disable all debugging messages.