Call Stack pane

The Call Stack pane displays a table that represents the series of method calls for the active thread, with the most recent method call being the top entry. Use the Call Stack pane to view information about the call stack and to display source code for a specified call stack entry. Each method call is a row in the table that can include the following columns:

Changing the active thread cause the call stack to switch to the new thread.

To display the source code for the current call stack entry in the Source window, right-click the entry and select Go To Source.

To change the column display, right-click the Call Stack pane and select Columns.

To copy all the data from the pane to the clipboard, right-click the Call Stack pane and select Copy Panel.

To suspend updates to the pane, right-click the Call Stack pane and select Suspend Updates. To begin updating again, right-click in the pane and select Resume Updates.