Variable/Call Stack 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:
When set to False, the full call stack is shown, including all internal calls: