Local Variables Pane

Relevant for: GUI actions, scripted GUI components, function libraries and user code files

This debug pane displays the current values and types of all variables in current the context of your document during a paused run session.

To access
  1. Ensure that a test, component, function library, or user code file is in focus in the document pane or selected in the solution explorer.
  2. Select View > Debug > Local Variables
Important information
  • Only variables that were recognized up to the last step or event that occurred are displayed.
  • Use the Watch pane to view or edit the current value of any watch expression (including variables) you added to the Watch pane (up to the current step in the test or function library).
Relevant tasks

Debug a test, component, function library, or user code file

See also