开发者

How to check values of variables in actionscript with Flex SDK?

开发者 https://www.devze.com 2023-03-31 17:57 出处:网络
I use Flex SDK in command line to develop a flash. But trace() doesn\'t work with Flex SDK. Is there another good开发者_高级运维 way to check values of variables?The easiest way to do this is to get a

I use Flex SDK in command line to develop a flash.

But trace() doesn't work with Flex SDK.

Is there another good开发者_高级运维 way to check values of variables?


The easiest way to do this is to get a debug version of Flash and set up mm.cfg.

(You may need to swap C:\Documents and Settings with C:\Users)


Another way is to get Firefox, install debug version of Flash Player and install Firebug add-on. In Firebug console you can see the output and traces of your flash app.

0

精彩评论

暂无评论...
验证码 换一张
取 消