Skip to content

Variable/Call Stack View

variable view

Purpose

Lists the functions in the current call stack. For each function, its local variables and objects are listed with their values and types.

How to Open

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

Go to a Function Definition

Double-click 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