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: