Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

debugger: watched variables are not updated immediately after changing

Open IPEfluencer opened this issue 3 years ago • 0 comments

When a watched variable is modified (using right-click on it) the update is always delayed:

grafik

The variable test has been modified to value 50, but it is displayed correctly only after the next step is executed. In contrast, the mouse-over hint already shows the correct value.

IPEfluencer avatar Apr 07 '22 19:04 IPEfluencer