Application compiled by Flex Builder 3 does not trace

Posted by Bart van Heukelom on Stack Overflow See other posts from Stack Overflow or by Bart van Heukelom
Published on 2010-02-02T15:46:47Z Indexed on 2010/04/10 7:53 UTC
Read the original article Hit count: 378

Filed under:
|
|
|
|

I've built a simple application in Flex Builder 3 with some trace() calls. It's an "ActionScript Project", no MXML or AIR involved. I don't run the app from within Eclipse, I just open the generated html file with Firefox.

I'm using the Flash Player 10 Debug version. I've correctly set mm.cnf to log trace output, following the official instructions. A flashlog.txt file is generate in the appropriate location.

Despite all that, trace output is not shown in the log file. What am I doing wrong?

(I suspect it's a compiler option, but I can find no such option in the project options in FlexBuilder)

(If I do run the app from Eclipse, by pressing F11, I can see trace output but only inside Eclipse, not in the log file)

© Stack Overflow or respective owner

Related posts about flash

Related posts about flex