Home Page (Debugger) | Overview | How Do I... Topics
View the call stack for a function
To view the call stack for a function
The Locals tab of the Variables window is updated automatically to display the local variables for the function or procedure.
The calls are listed in the calling order, with the current function (the most deeply nested) at the top.
Tip To run the program to the return address, select the function in the Call Stack window, and choose Run To Cursor from the Start Debug menu.
Tip To set or remove a breakpoint at a function return address, select the function in the Call Stack window, and click the Insert/Remove Breakpoint toolbar button.
To change the call stack display
Tip The Context box at the top of the Variables window contains a drop-down list of call stack functions. If you select one of these functions, the debugger window views change accordingly.