Sunday, June 15, 2008

Flash and AIR Debugger

http://arthropod.stopp.se/

還沒try 特點可以對特定訊息指訂色彩
用法如下...

How to use

Import the class
import com.carlcalderon.arthropod.Debug;

Do a "log" trace by typing
Debug.log("My log message");

Start Arthropod.

Publish your Flash site / AIR application and you will see the message "My log message" in Arthropods output field!


You may also add colors to your messages to keep it more structured by adding a color value as a second argument:
Debug.log("My log message",0x00FF00);

No comments: