Hi,
I have to say sorry first. I know this type question should be asked here. But I did a lot of research over internet. I did not find solution.
I tried to debug my project. The local variables (int or bool) are shown undefined while I am running debug mode.
A pure C++ project can be easily set by disable C++ optimization. But My Connect MDL application is a NMAKE C++ project. VS 2013 will not show local variables' value.
Anybody knows how to resolve this problem?
I guess something should be set in the MAKE script.
Best,