Posts Tagged Debugging

Verbose toString for any object or class

Verbose toString for any object or class

A revamp of the old ToStr class. Converts any object or class into a nicely formatted string. This new version also traces sub complex objects to the depth you specify.

Posted 31 January 2011 by
Tagged As: , , | Categories: AS3, Featured, Snippet | 3 Comments
Flash Developer Firefox Addons/Plugins

Flash Developer Firefox Addons/Plugins

A complete Firefox add-on/plugin collection that’s suited for Flash development/debugging.

Posted 7 November 2010 by
Tagged As: , , , , | Categories: Firefox, Flash, Plugins | 3 Comments
Import ASDocs into FDT

Import ASDocs into FDT

How to import the CS4 ASDocs into FDT4, includes download of the CS4 ASDocs zip and how to use the ASDocs in FDT4.

Posted 26 August 2010 by
Tagged As: , , , | Categories: FDT | 21 Comments
Generic toString for any object or class

Generic toString for any object or class

Converts any object or instance of a class into well formatted string. Used for debugging only e.g. when you trace a complex object, all the properties of the object is displayed nicely, much like the Event toString().

Posted 26 July 2010 by
Tagged As: , , | Categories: AS3, Snippet | 2 Comments