Chapter 2 109
Agilent VEE Programming Techniques
Debugging Programs in Agilent VEE
Figure 2-27. Example Runtime Error Message using Go To
Using the Call Stack
If an error is in the Main program, it may be easy to see. However, in a large
program, the
Call Stack helps locate errors that are nested several levels
deep.
1. Press the Pause button on the tool bar (next to the Run button).
2. Press the
Call Stack button on the error dialog box, or select View ⇒
Call Stack
. Call Stack lists the hierarchy of the execution of the
program.