trace() not written to flashlog.txt

后端 未结 1 1290
谎友^
谎友^ 2020-12-20 07:01

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 j

相关标签:
1条回答
  • 2020-12-20 07:16

    The compiler option "-debug=true" does the job. Like this:

    mxmlc -use-network=false -default-background-color=#FFF00F -default-size=760,610 -debug=true Main.as

    0 讨论(0)
提交回复
热议问题