XCode Global Breakpoints don't show stack trace

社会主义新天地 提交于 2019-12-06 11:45:58

问题


I set up global break points from locations libobjc.A.dylib and CoreFoundation. I run my iphone app and it hits the exception. XCode stops at the breakpoint but does not show any error in the log besides: Pending breakpoint 1 - "objc_exception_throw" resolved Pending breakpoint 2 - "-[NSException raise]" resolved

I click the "Continue" button on the console and I get the same indistinguishable error I received before I enabled the breakpoints.

How do I get the stack trace that setting up the global breakpoints is supposed to generate?


回答1:


type bt or backtrace from the GDB console



来源:https://stackoverflow.com/questions/1336469/xcode-global-breakpoints-dont-show-stack-trace

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