Great flash debugger Arthropod (1)

February 12th, 2009 by terrypaton, under Library.

Here’s a AS3 debugger that allows you to ‘trace’ out things no matter if the swf is running in a webpage or whatever.
You use the stand alone AIR app to capture the output

http://arthropod.stopp.se/

The use is like so ..

import Debug;

Debug.log(“Hey there”); // traces “Hey there”

Debug.log(“Hey there”,0xFF0000); // traces “Hey there” in red

arthropod

Thanks Mark Fennell for the link!

One Response to “Great flash debugger Arthropod”

  1. Ferdi Koomen says:

    Hi Terry,

    A few days ago we released our own Flash, Flex and AIR debugger called De MonsterDebugger. Our debugger shares the same familiar functions of Arthopod and much more. If you want to, you can check it out here:

    http://demonsterdebugger.com/

    Cheers,

    Ferdi
    Lead Developer @ De Monsters

Leave a Reply