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.
我需要在初始化期间调试一个应用程序(我没有它的源代码)。使用
gdb AppName
该应用程序似乎卡在 UIApplicationMain 中,并且从不调用属于应用程序代码的任何内容。但是,使用 gdb 附加主屏幕初始化过程,我们将错过所有初始化部分。
所以我的问题是,如何使用 gdb 启动可以在主屏幕中看到的应用程序,就像我们用手指启动它一样。
谢谢你。