As in all languages Debugging is a core concept as we all need to do it:) I am trying to edit and set a value while running a Flutter App in debug Mode. However i could not find any place where i can edit the value and set it to test the effect of the change in the flow.
- In VS Code i have put breakpoints and run the app in the debug mode. Set watchpoints etc.. but could not find a way to edit a value?
İs this possible in flutter apps?

