CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-