开发者

How attach code to a running iphone app

开发者 https://www.devze.com 2023-01-06 01:40 出处:网络
I am trying to fix a random hang in my iphone app. I could not regenerate the hang from launching it from 开发者_Go百科thexcode. Is their any way to attach xcode debugger, as soon as I detect the hang

I am trying to fix a random hang in my iphone app. I could not regenerate the hang from launching it from 开发者_Go百科the xcode. Is their any way to attach xcode debugger, as soon as I detect the hang? (I can attach it to 'instruments') but it did not much help.


No, you can't connect gdb to an already-running iPhone process. This may be possible if you jailbreak the phone.

0

精彩评论

暂无评论...
验证码 换一张
取 消