Xcode 5.1 call stack in debug, show only stream without any function info in C ++

I am trying to debug C ++ code in xcode 5.1, at some point I have an exception that in visual studio 2012 I used to get a massage that tells me to break, and then I see the call stack,
but this is not the case in xcode ... I am getting the same exception, but I cannot see the function flow as well as the call stack. here is what i see in xcode:

xcode call stack

+1


source to share


1 answer


In the left pane, go down and move the slider to the right to expand the entire call stack.



+3


source







All Articles