Variable refreshing

It would be nice if the values of the variables in the Project tab would update more frequently. In particular, when stepping over any action which could update a project variable (notably, a Set Variable action…)

Also, shouldn’t “Current Values” be the default for the value to show for variables at runtime? Seems more logical to me…or even allow a third option where it shows both, separated by newline or something.

Steve

It would be nice if the values of the variables in the Project tab would update more frequently. In particular, when stepping over any action which could update a project variable (notably, a Set Variable action...)
That's what the watches window is for. You can drag variables from the project tab into the watches window.
Also, shouldn't "Current Values" be the default for the value to show for variables at runtime? Seems more logical to me...
That's why it's an option ... as other people will think it's better to show the default value :)



>That’s what the watches window is for. You can drag variables from the project tab into the watches window.

Ah yes, I discovered that later on. Works a bit better than monitoring the project tab :slight_smile: The “previous value” columns are nice, not sure I’ve seen that before.

Steve