Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Console is not supported for a recorded stack frame, in debug mode

I am not able to backtrace using the bt command in debug mode after crash. I have searched but did not get the solution. I have tried [NSThread callStackSymbols], but it gives the same message in console:

Console is not supported for a recorded stack frame

How can I do this?

like image 975
Sanoj Kashyap Avatar asked Oct 01 '16 18:10

Sanoj Kashyap


1 Answers

There's nothing wrong with your Xcode, you just need to select the appropriate instance from the debug navigator, like this.

enter image description here

To open the gif, follow this link: https://i.stack.imgur.com/IYOeY.gif

like image 128
andreskwan Avatar answered Oct 13 '22 00:10

andreskwan