|
The
stack
window is used to view function calls on the stack(s) of
the CPU. You can select which stack you want to inspect.
Per stack each stack frame is shown. You can inspect the
data of such frames. You can also set a breakpoint on a
certain action on a variable on stack in a specific
frame. These breakpoints are visualized in the stack
window and in the memory window. The variable window has
a selection to show variables, which are located on
stack, this provides even more visibility.
|