BinaryXtra wrapper object supports special debugging mode. While the debug mode is set wrapper instance outputs any error messages directly to the Message window every time error happens.
By default, BinaryXtra wrappers created by Create call inherit the xtra's default value for debugMode. You may change this default with Init xtra-level method. Wrappers created by other xtras (ADOxtra or VbScriptXtra) inherit DebugMode setting from objects that created the instance.
Note: While you are just investigating BinaryXtra capabilities it is better to set Debug Mode by default, to ensure you always know if something goes wrong.
|