Hi,
I cannot add local variables to watch window. I read from other thread that this is the because the debugger has not run till the initialisation. I inserted a breakpoint after the initialisation and I still couldn't add the local variable to Watch window.
Can someone share with me how to monitor local variables in Watch windows?
Thanks.
How certain are you that those local variables even still exist? Compilers are in the habit of optimizing them out of existence.