Debugging iOS/AIR content on the device

六眼飞鱼酱① 提交于 2019-11-30 18:11:36

问题


I've created some flash content in FlashDevelop (v 4.0) that I've turned into an .ipa and put on the device. I would like to debug the content while it is running on the device because it is giving me some unexpected behaviour.

Is debugging AIR content on the physical device possible with FlashDevelop remote debugging? How to set that up?


回答1:


Yes remote debugging from FlashDevelop works with AIR iOS & Android projects (provided they share the same Wifi LAN):

  • You need to edit the .Bat packaging script so the command would be:

    adt -target ipa-debug-interpreter -connect -keystore [...]

    adt -target apk-debug -connect -keystore [...]

  • Then start FD remote debugging just before starting the app.



来源:https://stackoverflow.com/questions/6930978/debugging-ios-air-content-on-the-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!