About Viewing and Controlling Program Flow

The Call Stack window allows you to trace the procedures and functions that are currently executing. While debugging you can view the flow of control from procedure to procedure. You can also select a procedure in the call stack and jump directly to it and then continue running the script. The following illustration shows a typical call stack:

If you are debugging Java applications, the Call Stack window allows you to select a currently running thread and view the call stack for that thread.

See Also

Viewing the Call Stack


© 1997 by Microsoft Corporation. All rights reserved.