I've read that Adobe's Flash Builder 4.0+ supports profiling of ActionScript 3 applications. Is it then possible to use Flash Builder to profile OpenLaszlo SWFx runtime applications accordingly?
The conversion of OpenLaszlo's LZX source code into an SWF file happens in multiple steps, and the compiler generates ActionScript source code during this process. How could that source code be used to debug an application inside Flash Builder?
Based on what I know about Flash Builder, ActionScript 3 applications, and OpenLaszlo it should not be difficult to compile and profile an application once the source code exists. And it should even be possible to debug Adobe AIR for Android applications remotely, shouldn't it?