Allow user to log local variable names and their values, then view them on list dialog.
Suggested feature.
- Log Variable Names, Their Values, and at which actions their values changed.
- Prioritize showing mentioned variables over generated variables. (Like in variable select list.)
- Bring user additional dialog to manipulate selected entry.
- Copy variable
- Copy values
- Bring to action where selected variable's value changed
Something like this.
Reason
- It's a unnecessarily recursive & stressful work to know variable values by flashing them one by one.
- It's frustratingly hard to find where the variables change for longer action lines, especially those who generated a bunch of variables.
Benefit
- Inspecting variables becomes easier & convenient.
Hopefully this could be implemented somehow.