Documentation
Switches
| Value |
Type |
Default |
Description |
| password |
String |
CDC309AF |
Defines a connection password. This must match the password entered in Arthropod to see traces. |
| ignoreStatus |
Boolean |
true |
Defines if the status messages from the debug class should be traced. |
| secure |
Boolean |
false |
If secure is true, only the secureDomain will be accepted. |
| secureDomain |
String |
* |
A single domain to be used as the secure domain if the secure switch is true. (not tested) |
| allowLog |
Boolean |
true |
Allow or deny logs made from the project |
Colors
| Value |
Type |
Default |
Description |
| RED |
uint |
0xCC0000 |
Default red color. |
| GREEN |
uint |
0×00CC00 |
Default green color. |
| BLUE |
uint |
0×6666CC |
Default blue color. |
| PINK |
uint |
0xCC00CC |
Default pink color. |
| YELLOW |
uint |
0xCCCC00 |
Default yellow color. |
| LIGHT_BLUE |
uint |
0×00CCCC |
Default light blue color. |
Methods
| Method |
Arguments |
Return |
Description |
| log |
message:String, color:uint |
Boolean |
Default log method. May be traced with a color. |
| warning |
message:String |
Boolean |
Warning message is displayed in YELLOW. |
| error |
message:String |
Boolean |
Error message is displayed in RED. |
| clear |
|
|
Clears the Arthropod output windows |
| object |
obj:* |
Boolean |
Traces the first level of arguments of the specified object. |
| array |
arr:Array |
Boolean |
Traces the array to a seperate window. Any other array trace will override the previous one. |
| bitmap |
bmd:DisplayObject, label:String |
Boolean |
Snapshot representation of the specified DisplayObject. Is displayed in a seperate window. |
| snapshot |
stage:Stage, label:String |
Boolean |
Takes a snapshot of the current stage state. See bitamp() |
| memory |
|
Boolean |
Traces the current used memory amount of the Adobe Flash Player. |