Popping the Call Stack to the Current Frame

Related Topics:

Popping the Call Stack One Function at a Time Call Stack Popping Before or After Fixing
Popping Debugger Frames from the Call Stack The Call Stack

Instead of popping the stack one function at a time, you can remove a series of frames at once, returning to a selected frame that becomes the new current frame.

To pop to the selected frame:

1. In the Debugging Window, select the frame you want to make the new current frame.

2. Choose Stack Pop to Current Frame.

Program execution resumes at the beginning of the line in the current frame.