在设备上调试 iOS/AIR 内容 [英] Debugging iOS/AIR content on the device

查看:35
本文介绍了在设备上调试 iOS/AIR 内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 FlashDevelop (v 4.0) 中创建了一些 Flash 内容,并将其转换为 .ipa 并放在设备上.我想在设备上运行时调试内容,因为它给了我一些意想不到的行为.

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.

是否可以使用 FlashDevelop 远程调试在物理设备上调试 AIR 内容?怎么设置呢?

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

推荐答案

是 来自 FlashDevelop 的远程调试适用于 AIR iOS &Android 项目(前提是它们共享同一个 Wifi LAN):

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

  • 您需要编辑 .Bat 打包脚本,因此命令为:

  • 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 [...]

然后在启动应用程序之前启动 FD 远程调试.

Then start FD remote debugging just before starting the app.

这篇关于在设备上调试 iOS/AIR 内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆