Trace Window

Makes it possible for you to see your lines of code as they are being executed.

This window is activated when you choose Trace from the Window Menu, Debugger Window.

  • 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.

See Also

Debugger Window | Debugger Keyboard Shortcuts and Menus | Locals Window | Watch Window | Call Stack Window | Debug Output Window