studio
studio copied to clipboard
[EEZ-STUDIO] Run/debug mode enhancement: possibility to change variables in real time
Is your feature request related to a problem? Please describe. Changing variables in real time while in simulation enhances the debugging process. That's because some UIs (e.g. those that use flow actions) depend on the value of variables that are changed from code. So, without a way to alter them in real time, the simulation is limited and the user is forced to test the UI on a real device. An example of such UI would be one that triggers a screen change when a flag becomes true for some amount of time.
Describe the solution you'd like In the run/debug mode, let the user modify the value of all variables. As a bonus, there could be a configurable button that, while pressed, momentarily toggles the selected boolean variable from its current state