Re: Debugging issue to watch variable values
George schrieb:
Debug version is fine.
Great, problem solved.
But for the release version, we cannot watch the
local variable value in debugger.
Sure, it is the release version. Release versions can not be debugged that way.
To solve the debugging problems of the release mode, the debug mode was
invented. In debug mode you can see all variables, step through all inline and
template code, see all stack frames, see all the call stack etc. In release
mode, you just can't. I usually don't care if there might be a way to get
information about some special variables in some special situations, I know that
the release mode does not allow good debugging. End of story.
Now you are telling people that you can't see the variables in release mode. Of
course not, hey, it's the release mode after all. To see the variables, use
debug mode. If you insist of using the release mode just for fun, that is your
problem.
I give up here, and you should do it, too.
> Could you reproduce the issue I mentioned
with the code I showed before? :-)
No, I can not run 64 bit code on my old 32 bit machine.
Norbert