Object Level Trace (OLT) enables you to monitor the flow of a distributed application, and to seamlessly debug client and server code from a single workstation. A typical OLT session consists of the following steps:
Before using OLT
on AIX, be sure to add the following to your .profile:
# Start the OLT login profile
if [ -f /usr/idebug/bin/OLT.profile ]; then
. /usr/idebug/bin/OLT.profile
fi
# Start the OLT login profile
if [ -f /usr/idebug/bin/OLT_SDK.profile ]; then
. /usr/idebug/bin/OLT_SDK.profile
fi