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:
+1
source to share