Embarcadero / Dev-Cpp

A fast, portable, simple, and free C/C++ IDE
https://www.embarcadero.com/free-tools/dev-cpp
GNU General Public License v2.0
2.43k stars 266 forks source link

debugger: watched variables are not updated immediately after changing #217

Open IPEfluencer opened 2 years ago

IPEfluencer commented 2 years ago

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.