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.
我正在使用Uncaught Exception Handler。有没有一种方法可以让我在之后获取堆栈跟踪rethrow?并收集有关背面痕迹的更多信息?谢谢!
rethrow
如果您在开发环境中,还有一种方法:
运行应用程序。当它遇到未处理的异常时(EXC_BAD_ACCESS 除外),执行过程将在该语句处停止。