Variables
Inspect variables using the Variables View
In the Variables View you can see the current scope variables, like for example:
arguments of the current function/method/tcm
locally declared variables
class fields and module signals
inherited fields
this / me
The Variables View is automatically updated when you move up and down the call stack.
![../../_images/dvt_debug_variables_view.png](../../_images/dvt_debug_variables_view.png)
Variable Value in Tooltip
If you hover variables in the editor, you can see the current value in the tooltip.
![../../_images/dvt_debug_value_in_tooltip.png](../../_images/dvt_debug_value_in_tooltip.png)
Change Variable Value
Click on the variable value to change it. The new value is sent over to the simulator.
![../../_images/dvt_debug_change_value.png](../../_images/dvt_debug_change_value.png)