I need to be able to remotely debug my Flex application (with Java backend).
I have two flex modules, swc & swf. The swf module is the application and
it is dependent on the swc for its AS code (swf module just has mxml
source). I have turned debug on when I build both of these modules.
However when I attempt to debug (after deploying war to Tomcat) I get an
error saying that it cannot debug because the the session timed out. (I'm
trying to debug the code in the swc module.)
It says the problem is either due to not having debug enabled in my Flash
movie and/or that I don't have a debug Flash player, but I do.
What else do I need to do to enable remote debugging? I only deploy a
single swf file, is that okay? Do I need to keep the swc module separate
and deploy that as well? If so, how?
Here is my flex build configs:
SWC & SWF are the same:
<plugin>
<groupId>info.rvin.mojo</groupId>
<artifactId>flex-compiler-mojo</artifactId>
<version>${flexcompilerVersion}</version>
<extensions>true</extensions>
<configuration>
<debug>true</debug>
<optimize>false</optimize>
<locales>
<param>en_US</param>
</locales>
<contextRoot>services-web</contextRoot>
</configuration>
</plugin>
-Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---