Hello,
I could use an advice on how to achieve the following.
I would like to launch an Adobe AIR application via a Windows batch script, and connect a Flash debugger to this application.
I'm using IDEA 12. I've tried to set up a Flash Remote Debug configuration that runs an external tool (cmd) before launching the debugger. This approach doesn't work, because the remote debugger is not attached to the already running AIR app. I need to be able to launch the debugger before launching the AIR app. For now I'm doing this in two steps: launch remote debugger from IDEA. lanch my app from command line. I would like to be able to do this in one step, if possible.
Thanks,
Jan