I’m writing application in Adobe Flash Builder 4.5 using AIR 3 SDK. I want to debug throw swf files which downloaded from the internet.
My project consist of:
1. MainProject (Android Mobile app proj)
2. LibFile (flex project)
3. ExtraGame (web app using LibFile).
So, when I build .swf file from LibFile+ExtraGAme, load it from internet and run it from MainProject in different Application domains – I can’t debug in ExtraGAme project.
So how can I debug such projects?? Thanks a lot.
I am not entirely sure about Your technical setup. However I often have to deal with debugging .swf’s loaded from within other .swf’s.
Thus I resort to remote debuggers that use localconnection to provide a trace log at runtime regardless of Your .swf is embedded in another .swf.
I’ve found that both HexagonStar’s Alcon debugger and De MonsterDebugger to be excellent tools.
Does this answer your question?