Debugging an ActiveX client (Component Broker)
To enable Component Broker ActiveX clients to be traced in OLT, you must complete the
following steps:
- Build the VisualAge C++ business objects.
See the Appendix entitled "The two-compiler environment" in the Component
Broker Planning, Performance and Installation Guide for instructions on how to do
this.
- Add the following line to the MSCPP batch file:
SET IVB_TRACE_DEBUG = 1
- Build the ActiveX bindings and register the interfaces.
See the topic "Developing the Component Broker ActiveX client" in the Component
Broker Programming Guide for instructions on how to do this.

Distributed debugging using OLT