iOS mobile remote debugging
I am looking for an option to remotely debug an iOS application via WiFi running on iPad, but I only find the options "Emulator" and "Android device" in the Run dialog. Am I missing something?
Thanks and regards,
Peter
请先登录再写评论。
We haven't added 'iOS' option to AIR Mobile run configuration because currently IDEA doesn't support installing and launching iOS apps on the device. But still you have ability to debug:
- Package iOS app using Tools | Flex | Package Mobile AIR application
- Install it on the device using iTunes
- In IDEA create Flex run configuration with selected option 'Debug already running Flash Player', uncheck 'Make before launch'
- Launch this run configuration in IDEA
- Launch the application on the device
Thanks Alexander, works great. Bye Flash Builder :-)
Peter