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 d
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.