Skip to content

Variables

There are several ways to examine the contents of variables.

Variables Tab

The variables tab shows all variables in scope.

Variables

Hover

We can hover over a variable when the program is paused to see its value.

Hover

Inspect

Right-click a variable when the program is paused and choose Inspect to see its value.

Inspect

Inspect value

Inspect Statements

Highlight a statement and choose Inspect to see the evaluation of the statement.

Inspect statement


Prev -- Up -- Next