Closed
Description
Describe the problem
When I type a variable to WATCH, I noticed that it doesn't get automatically updated after the execution stops on a breakpoint. So in order to display the updated value I need to double click in the variable and then click ok in the pop window.
Segger_debug_test._.Arduino.IDE.2.0.0-beta.7.2021-06-11.15-05-53.mp4
To reproduce
- Add variable counter to the watch list
- add a breakpoint at some pointer after the variable is increased in a loop
- Start execution
- On a variable, inspect the variable on the watch list
Expected behavior
The variable should be updated after the execution is stopped in the breakpoint
Arduino IDE version
2.0.0-beta.7
Operating system
Windows
Operating system version
10
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details