Dev-Cpp
Dev-Cpp copied to clipboard
debugger: watched variables are not updated immediately after changing
When a watched variable is modified (using right-click on it) the update is always delayed:

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.