Hi, We have following problem:#include <atlstr.h>#include <math.h>int _tmain(int argc, _TCHAR* argv[]){ float f = 123.0; if(false) { CString str1; } else { CString str2; int a = 123; a++; a = sin(1.2*a); _tprintf(_T("%d"), a); } return 0;}Put breakpoint on a line with "a++;", start debugging and try to inspect variable "a". You will get "Symbol 'a' not found" error.CXX0017: Error: symbol " a" not found.Tested under Windows 7 Enterprise x64 and Windows XP Pro, Visual Studio 2010 Professional, Win32 Console Application project, Debug build.Refer to:http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/d9afcd67-6f98-4754-af0e-ed75c051615f/Thanks,Matthias
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results