Next: , Previous: , Up: The Debugger   [Contents][Index]


3.3 Stack Frames

A stack frame is the run-time representation of a call to a function; the frame stores the state that a function needs to remember what it is doing. Frames have: