CodeView (cv.hlp) (Table of Contents; Topic list)
View the Call Stack
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The call stack shows functions that have been called during
     program execution, along with the source line where each function
     was called and the arguments passed to each function.
 
     The functions appear in reverse order: the first line of the
     display shows the name of the current function; each succeeding
     line lists the function that called the function on the line
     above it.
 
     To view the call stack:
 
        ■ Open the Calls menu
       OR
        ■ Enter the Stack Trace (K) command in the command window
                                    -♦-