The shortcut menu for the Trace Stack window allows for quick access to the most important functions.
The following table summarizes the commands that may be available from the Trace Stack window shortcut menu.
Trace Stack window shortcut menu commands |
|
---|---|
Command |
Action |
Inspect |
Displays the Inspect window and passes the information for the selected trace stack element. |
|
Prints the stack element in the Console window. |
Function Symbol |
Displays the Symbol Service dialog box and passes the information for the selected trace stack element, if the function is called by the symbol. |
Copy |
Copies the selected trace stack element to the *obj* IDE global variable. |
Local Variables |
Displays the Frame Bindings dialog box to allow browsing of local variable values at the time the function was called. |
Source Position |
Checks 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 editor window with the source code is displayed, with the current position inside the function highlighted. |
Call Point Source |
Shows the position of the caller expression, similar to Source Position. |