Trace Window

See Also

Allows you to see your lines of code as they are being executed.

This window is activated when you choose Trace from the Window menu of the Debugger window.

Window Elements

Object

Available when running object code. The code in the Trace window is associated with the object displayed in the Object list. The Object list contains all objects contained in the highest-level parent container of the object whose code is currently executing.

Procedure

Available when running object code. The code in the Trace window is associated with the method or event displayed in the Procedure list. The Procedure list contains all methods of the object in the Object list that have code associated with them.

The left area of the Trace window can contain the following symbols:

Symbol Description
Currently executing line of code.
Active breakpoint.
Inactive breakpoint.
Call stack position if you are examining code at a different level than the currently executing code.