The Calls command displays a dialog box that lists the function calls that led to the current statement. Each call is shown with the arguments passed to it. The most recently executed function is listed first.
·To observe the behavior of a function call:
1.Place the cursor at the desired location in the function.
2.From the Run menu, choose the Continue to Cursor command to execute your program to the cursor location. The Locals window is updated automatically to show the local variables for the function or procedure.
3.From the Debug menu, choose Calls.
While the Calls dialog box is open, you can select any function shown in the function list, and the function's code will be displayed in the source window.
Related Commands
View menu: Function Run menu: Continue to Cursor Window menu: Locals