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

debugger watcher does not update duplicated variables in subroutines

Open IPEfluencer opened this issue 3 years ago • 0 comments
trafficstars

When a variable is redefined in subroutines, the debugger watcher does not properly update its value, example:

devcpp_no_watch_update_in_subroutines

The variable was initially set to 2 at the main function but redefined with the value 1 in the subroutine. However, the watch still shows value 2 - unlike the mouse over hint which is correct though.

IPEfluencer avatar Apr 07 '22 19:04 IPEfluencer