110 Chapter 2
Agilent VEE Programming Techniques
Debugging Programs in Agilent VEE
Figure 2-28. Using the Call Stack in Wheel.exe
The Call Stack shows the hierarchy of the execution of the program.
Figure 2-28 shows an example program that is shipped with VEE: the
Wheel.exe program in Examples/Games. In Figure 2-28, 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 2-29 shows the order of events inside an object.