Hi
I'm using mxmlc on a Mac terminal to compile an AS 3.0 project and then I run it by opening the Main.swf in Flash Debugger 10. Now, errors get written to the flashlog.txt just fine but my trace statements don't : ( I have mm.cfg in /Library/Application Support/Macromedia and it contains the following lines:
ErrorReportingEnable=1
TraceOutputFileEnable=1
What am I missing? Why is trace() not written to flashlog.txt?
Thanks for any help!