Displays the Display Style window, which allows you to select the type of
information you want displayed in the call stack and choose how the items
are to be displayed.
To use the Display Style window:
Select one or more of the items under Select Items
to display for each call stack entry. Each item causes a new column
to be added to the Call Stack window.
The following items are available:
Entry No
Represents the position of the call
stack item in the list. Entry level 1 is the first function started.
Function
Lists program name or the address of the function
call that created the new call stack entry.
Source
Lists the component name that contains the function.
The name displayed corresponds with a name listed in the Components list
box in the Debug Session Control window.
Ring
Tells
the ring level (0, 2, or 3) at which this frame is established.
Return
Address
Indicates where execution will return
in that function.
Recursion
Lists
the recursion level. 0 is the first invocation.
Frame
Address
Indicates the start of the call stack
frame for that function.
Variable Base
Indicates
the end of the call stack frame for that function.
Size
Indicates the size of the call stack frame for
that function.
Select one of the following Growth Direction
radio buttons to determine how new items are displayed on the call stack.
Up
Displays new items at
the top of the Call Stack window.
Down
Displays
new items at the bottom of the Call Stack window.
Enable
the Unwind rings check box to have the debugger unwind the call stack
across ring (privilege) transitions. This allows you to view the call sequence
from user applications into the kernel.