Any way to have an ActionScript 3 (Flex/AIR) project print to standard output?

后端 未结 4 1739
忘了有多久
忘了有多久 2021-01-12 07:34

Is there any way to have a binary compiled from an ActionScript 3 project print stuff to stdout when executed?

From what I\'ve gathered, people have been go

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-12 08:29

    If you are using a debug Flash Player, you can have the Flash Player log trace messages to a file on your system.

    If you want real time messages, then you could tail the file.

    More info:

    http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/

    mike chambers

    mesh@adobe.com

提交回复
热议问题