Sorry, I can't write english, well.I use Visual Studio 2010. But this bug occured VS2012, too.@Configuration / Platform : Debug / x64 ( release or x86 is good. )code is very simple.If Stack Size is larger than "530000", Debugger do not show "Call Stack".////////////////////////void func(){ char s[800000]; // <-- debug step to here. occured @ 530000bytes~ s[0]=0; s[0]++; printf("%d\n", s[0]);}int _tmain(int argc, _TCHAR* argv[]){ int a = 0; a++; func(); return 0;}
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...