flash - Application compiled by Flex Builder 3 does not trace -
I have created a simple application in Flex Builder 3 with some trace () calls. This is an "Action Script Project", it does not include any MXML or AIR. I do not run the app from Eclipse, I just open the HTML file generated with Firefox.
I am using Flash Player 10 debug version. After the official instructions, I have set up mm.cnf properly to log the trace output. A flashlog.txt file is generated in the appropriate location.
Despite this, the trace output is not shown in the log file. What am i doing wrong
(I suspect that this is a compiler option, but I can not find any option in the project options in FlexBuilder)
(If I run the app from Eclipse, by pressing F11 , I can see the trace output, but not just in the log file, inside the Eclipse)
-debug Try setting the compiler argument to the right.
What's the Flash Log? Is there anything in TTT, or is it completely empty?
Comments
Post a Comment