Xcode 5.1 call stack in debug , show only thread without any info about the functions in c++

烂漫一生 提交于 2019-12-11 07:56:55

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!