Sunday, January 4, 2009

debugging flex from command line

To generate the debug SWF file using the mxmlc command-line compiler, you set the debug option to true, either on the command line or in the flex-config.xml file. The following example sets the debug option to true on the command line:

mxmlc -debug=true myApp.mxml

No comments:

Post a Comment