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.
无法追踪发生确切异常的位置。输出屏幕没有崩溃的原因。
带有回溯的新图像
单击37 main并回溯该函数并检查调用的最后一个函数。现在将断点放在该函数的第一行并逐行编译并检查代码在哪一行崩溃。
37 main
如果上述方法不起作用,则放置一个异常断点。但有时异常断点会导致应用程序委托崩溃,如果没有上述方法,您将无法呈现问题。
希望现在它清楚您如何调试崩溃。