You can display functions in the Call Stack window in two
orders: the order in which they were called, and the order in
which they will return (in other words, with the most recently
called function on top or on the bottom). To change the
order, click on the Growth Direction button (
)
or select Display style and change the setting
of the Growth direction group box.
To view the code for a function, position the pointer over the line for that function, and do one of the following:
A Source window appears containing the source for the function. If this function is the current function, the current execution point is highlighted. Otherwise, the line that called the next innermost function on the call stack is highlighted.