Cocotron specific debug functions. These functions are intended for temporary debugging use and are subject to change.
Foundation Debug Functions
OBJCEnableMsgTracing()Enable the logging of all dispatch messages to 'self'
OBJCDisableMsgTracing()Disable the logging of all dispatch messages to 'self'
When using these functions on Windows, make sure the program has -mconsole enabled in the compiler options
