Tracer Window: Tracer Tab Page |
The Tracer tab page consists of a list of executed items, detailed information on the item selected in the list, and navigation buttons.
Tracer Tab Page Example The Tracer tab page displays information for each action that causes SQL statements or methods to be executed on the server (e.g. performing a query, inserting a record, or executing a constraint). This window displays the reason for execution, the statement itself, any methods involved, and the constraint or relationship involved. If the SQL statement involves data manipulation (INSERT, UPDATE, DELETE), then the "old" and "new" values that result from the manipulation are also displayed. When tracing a transaction in which domain constraints are evaluated, the tracer also shows the domain name of the domain constraint for statements that are executed as a result of a domain constraint. The execution of methods, SQL statements or manipulations can trigger other methods, SQL statements, or manipulations. These relationships are shown in the list. The top item is the current item. Click an item in the list to view the detail information for that particular item.. The detail field displays additional information on the selected item in the list. This information is different for each item:
The navigation buttons allow you to choose how to navigate through the execution:
|