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

拥有回忆 提交于 2020-05-23 12:42:07

问题


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?


回答1:


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

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




回答2:


I solved this issue by resetting simulator and quitting Xcode and run it again. Let me know if you still face the issue.



来源:https://stackoverflow.com/questions/39810235/console-is-not-supported-for-a-recorded-stack-frame-in-debug-mode

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