Can you post the console output somewhere? I'm wondering if you have an environment variable set that could call an older version of the compiler that is installed somewhere else on your system.
Another thing to try is to make -debug=true the first option on the command-line instead of the last. -Alex On 4/14/16, 8:22 PM, "lizhi" <s...@qq.com> wrote: >i have test the dev build, >but not work.and it out release ><pre> >set FLEX_HOME=d:/sdk/flexjs7 >set main=TestHungryHero >start %FLEX_HOME%/js/bin/mxmlc >-external-library-path="%FLEX_HOME%\js\libs\js.swc" >-compiler.source-path=../src src/%main%.as -remove-circulars >-define=CONFIG::as_only,false -define=CONFIG::js_only,true -debug=true >pause ></pre> > > > >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/how-flexjs-just-get-j >s-debug-tp52303p52365.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.