Share via


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

FoxProBlueArrowRight screenshot

Currently executing line of code.

FoxProTraceFilled screenshot

Active breakpoint.

FoxProTraceEmpty screenshot

Inactive breakpoint.

FoxProTrace screenshot

Call stack position if you are examining code at a different level than the currently executing code.

See Also

Reference

Debugger Window

Debugger Keyboard Shortcuts and Menus

Locals Window (Visual FoxPro)

Watch Window (Visual FoxPro)

Call Stack Window (Visual FoxPro)

Debug Output Window

Other Resources

Dialog Boxes (Visual FoxPro)