Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 LLVM 的 XCode 4.5。在旧版本的 XCode 中,当发生崩溃时,它会给我有意义的调试信息。最近我不断遇到崩溃,只是说“libc++abi.dylib:处理程序抛出异常”,并且没有提供显示异常来自何处的堆栈跟踪。这对我来说完全没用。我应该设置哪些正确的调试设置才能找到问题的位置?
您可以添加一个断点并将其设置为在所有异常上中断