The Visual FoxPro Debugger window contains the Debugger menus, the Debugger toolbar, and several debugging windows.
This window is activated when you choose Debugger from the main Visual FoxPro Tools menu.
Trace Window
Allows you to see your lines of code as they are being executed.
Locals Window
Displays the visible variables, arrays, objects, and object members from the current program, procedure, or method.
Watch Window
Displays expressions and their current values, and allows you to set breakpoints on an expression.
Call Stack Window
Displays procedures, programs, and methods that are executing.
Debug Output Window
Displays debug-specific output from your programs.
The debugging windows and toolbar can be docked and positioned.
To | Do |
Resize adjacent docked windows | Drag the separator bar between them. |
Float a window | Choose Undock from the shortcut menu. |
View an open, hidden window | Click the toolbar button associated with the window twice: once to close the window and a second time to reopen the window. |