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:
- Download Arthropod
- Install Arthropod
- Add the Debug.as file to your Actionscript 3 library under com/carlcalderon/arthropod/
- Import the Debug class by inserting
import com.carlcalderon.arthropod.Debug;
- Place a Debug.log method execution where ever you want to make a trace, like this;
Debug.log("my message");
- Start Arthropod
- Publish your site/ AIR application.
- 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