I have an AIR application which uses RemoteObject to comunicate with remote services in PHP (using Zend AMF).
The application works great, but I can't debug the PHP side (the Flex debugger works fine, the PHP side is the problem).
I'm using Flash Builder 4.5 for PHP, when I write a Web Application (not AIR), I can choose to debug the application as "Web (PHP) Application", and the breakpoints in the PHP side are working as expected.
But I can't see any similar option for Desktop Applications (AIR).
Does somebody know if it's possible (and how) to debug the PHP side in an AIR application?