[iphone][Debug] Previous frame inner to this frame (gdb could not unwind past this frame)

[iphone][Debug] Previous frame inner to this frame (gdb could not unwind past this frame)


[出错提示]
Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)

[出现情况及解决办法]
一:
在任何地方添加断点都会出现该错误提示.
此时的错误可能是由 LLVM编译器造成,
把LLVM 换成 GCC 编译器clean rebuild 基本就可以解决这个错误

二:
在特定代码段出现该错误提示.
此时的错误可能 -- bug
对应的查看信息方法
1:带程序崩溃
2:开启 /Applications/Utilites/Activity Monitor
3:在列表中选取自己程序
4:点击"Sample"按键
这时可以查看出错的堆栈信息

你可能感兴趣的:(gcc,iPhone,编译器)