-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIR application debug #18
Comments
I'm not very familiar with AIR, does that "just work" with |
AIR applications needs to be launch with |
Really to debug air app (apk or ipa) you need to compile it with I would go with the simplest way and on debug session just launch fdb and wait till app connects, allowing build, install, launch to be done by specific framework e.c. Similar as remote debugger works in HaxeDeveloper, where you launch it manually and as soon it has connected editor switches in debug mode. |
The version of fdb.jar (and related files) that is included in flash-debugger doesn't support AIR applications and won't properly attach. The version of fdb.jar in the AIR SDK and the version included in FlashDevelop both do support AIR applications. Can we get fdb.jar updated to one of these other versions please? |
Pull requests welcome. :) |
Is there any way to debug a Haxe/AIR application ? would be a nice to be able to specify a AIR .app XML file instead of the SWF to launch with AIR.
The text was updated successfully, but these errors were encountered: