Call Stack pane

This debug pane enables you to view information about the functions that are currently on the call stack of your script.

UI Example
To access
View > Debug > Call Stack
Important information
  • This pane is relevant only when a run session is paused.
  • You can double-click any element in the Call Stack pane to navigate to the beginning of the relevant function/action.

  • This pane is read-only.
  • You can move this pane to different areas of the Main User Interface. For details, see How to Modify the VuGen Layout.
See also

User interface elements are described below:

UI Element
Description
Function name The name of the function currently called.
File name The name of the file containing the called function.
Line # The line number on which the function definition begins.