问题
i try to debug c++ code in xcode 5.1, in some point i have exception which in visual studio 2012 i used to get massage that tell me to break and then i see call stack ,
but this is not the case in xcode i get the same exception but i can't see the function flow aka the call stack .
here is what i see in xcode :

回答1:
In the left panel go down to the bottom and move the slider to the right to expand the entire call stack.
来源:https://stackoverflow.com/questions/25125657/xcode-5-1-call-stack-in-debug-show-only-thread-without-any-info-about-the-func