23.6. Object level trace (OLT) and the IBM distributed debugger
Object Level Trace (OLT) is a distributed object tracing and debugging facility. It allows users to see their object interactions, and allows them to debug distributed code. OLT/Debugger is distributed in the sense that the trace and debug GUIs can run on a separate machine on the network from where the code is running. It is also distributed in the sense that you can trace and debug objects that exist in different address spaces and invoke each other.
OLT consists of two components: a debugger and a tracing facility. The debugger works like most debuggers. You can step through source code, set breakpoints, inspect variables and perform other actions. The trace presented by Object ...
Get WebSphere V3.5 Handbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.