Viewing CallStack in Visual Studio 2010 when stack overflow exception thrown
问题 I want to view the call stack when a stackoverflow exception is thrown. (i.e. I want to pin point what recursive call is causing the stack overflow). The call stack is cleared and all that I can see is "External Code". Edit I followed Chris Schmich's advice (post below), now I have a call stack like below, this is just a plain console app that I'm writing, notice that the is no mention of Main() in the screen shot: Edit2: I followed Chris Schmich's advice about view the different threads call