Stack Menu

Related Topics:

Using the Call Stack

Up Moves up the call stack one level toward main
Down Moves down the call stack one level toward the stopped in function
Pop Deletes the stopped in function, moves up the stack one level toward main, and resumes execution at the new function
Pop to Current Frame Pops off all the frames above the current frame, resuming execution at the new function
Pop Last Debugger Call Pops off frames from a debugger call
Show Context in Editor Makes the selected frame the current frame and displays its source code in the editor window
Show Function Arguments Turns verbose stack information on or off for this debugging session only. This setting is not saved as a default, but overrides the Show Verbose Stack information setting in the Debugging Output category in the Debugging Options dialog box