Scoox - 2005-04-01

Logged In: YES
user_id=1242914

(Running Dev-C++ v4.9.9.2)

I have found the same problem. If you add a watch, then
debug the program and finally end the debugging session, the
next time you run the debugger the watch will be shown
as "=?" rather than being updated. The workaround is (as
jhoenig said in the previous post) to clear and add the the
watch again, or to hold the mouse over the variable in the
code editor so that the variable is added automatically to the
watch list over the previous, unupdated one.