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?
I have created a project on Github containing an Ant build script and the required files to profile and debug an OpenLaszlo application with Flash Builder 4.6 on either Windows or Mac.
Here is a screenshot of an OpenLaszlo application running in the profiler:
I have a created a PDF with a complete tutorial showing how to debug and profile OpenLaszlo SWF11 runtime applications, including the SWF11 LFC classes. The document titled "Profiling OpenLaszlo Applications with Flash Builder" can be downloaded from GitHub.