To obtain more information about an element in the trace stack, select the element and right-click to display a shortcut menu.
Active items available on the shortcut menu depend on the type of stack element you selected before right-clicking. Possible menu commands include the following:
Calls the Inspect feature for the selected stack element.
Prints the stack element to the Console window.
Calls the Symbol Service feature for the function call in the stack frame, if the function is called by the symbol.
*obj*.
Copies the selected trace stack element to the IDE global variableChecks whether or not the source text is available for the function called at the selected stack frame. If the source code is available, the text window with the source code is displayed, with the current position inside the function highlighted.
Shows the position of the caller expression, similar to Source Position.