Crossware

Table of Contents        Previous topic       Next topic       

Using the Call Stack

The call stack allows you to follow the progress of your programs execution through the layers of function calls. Select Call Stack from the View menu to open the Call Stack Window which will display a list of these calls.



The window shows the name of each active function and the values of the program counter, stack pointer and the source code line number reached in each function.

You can navigate through the functions in the call stack  double clicking on the function name in the window will take you to the location in your source code reached in that function.