简体   繁体   中英

libc++abi.dylib: handler threw exception — but no stack trace in XCode

I am using XCode 4.5 with LLVM. In older versions of XCode, when there was a crash it would give me meaningful debugging information. Lately I keep getting crashes that simply say "libc++abi.dylib: handler threw exception," and don't provide a stack trace that shows where the exception came from. This is totally useless to me. What are the proper debugging settings that I should set up so that I can find the location of the problem?

你可以添加一个断点并将其设置为在所有异常中断

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM