2009년 8월 11일 화요일

ActionScript Debugger - Arthropod


Arthropod

http://arthropod.stopp.se/index2.php/


Download : http://arthropod.stopp.se/index2.php/?page_id=3
Download Direct Link :
                                    AIR : http://arthropod.stopp.se/downloads/Arthropod.air
                                    CLASS : http://arthropod.stopp.se/downloads/Debug.as

How to use

Arthropod is really easy to use. Basically the only thing you need to do is import the Debug class, write a log message with the log function, start Arthropod and publish your site / AIR application.

To hide the Bitmap window, Array window and clear the output field, just click on the main area and press Backspace (<–).

Step-by-step:

  1. Download Arthropod
  2. Install Arthropod
  3. Add the Debug.as file to your Actionscript 3 library under com/carlcalderon/arthropod/
  4. Import the Debug class by inserting import com.carlcalderon.arthropod.Debug;
  5. Place a Debug.log method execution where ever you want to make a trace, like this; Debug.log("my message");
  6. Start Arthropod
  7. Publish your site/ AIR application.
  8. The message “my message” will be displayed in Arthropod.

Available methods:
Check out the “Documentation” section for further explanation.

  • log
  • warning
  • error
  • object
  • memory
  • array
  • bitmap
  • snapshot
  • clear

Support:
Arthropod currently supports the following.

  • All characters (should include asian characters, not tested)
  • OSX and Windows (Tested on some Linux dists.)
  • AIR Runtime 1.0 and above
  • All major browsers (Internet Explorer, Firefox 2.0 and above, Safari)
  • SWFObject 1.5 and above
  • Optional ProFont

댓글 없음:

댓글 쓰기