User`s guide

Agilent VEE Programming Techniques Chapter 2
VEE User’s Guide 109
Figure 67 Using the Call Stack in Wheel.exe
The Call Stack shows the hierarchy of the execution of the
program. Figure 67 shows an example program that is
shipped with VEE: the Wheel.exe program in Examples/Games.
In Figure 67, the program is currently executing
AMovie_Wait_Until_Finished() user function which was called
by AMovie_Play_Sound_Sync which was called by
...Next_Puzzle in Main. You can double- click on any of the
items in the Call Stack listing to have VEE locate and show
the function.
Following the Order of Events Inside an Object
Figure 68 shows the order of events inside an object.