Skip to content

Variable/Call Stack View

variable view

Purpose

Lists the functions in the current call stack.  Beneath each function, variables/objects local to that function are listed with their value and type.

How to Open

Begin debugging a script.  The Variable/Call Stack View will open automatically.

Go to a Function Definition

Double click on a function to go to its definition.

Call Stack View Optimization

The view of the call stack depends on the value of the Optimize Call Stack setting. When set to True, internal calls used by the Rapise runtime are skipped, resulting in a shorter call stack:

Optimized Call Stack

When set to False, the full call stack is shown, including all internal calls:

Full Call Stack

See Also