Does anyone want to share the best debugging tools they have found for Actionscript 3 (AS3) and Flash CS5?

I've just done a search and found a few, but would love to hear from people who've actually used any of them. (In order of 'most promising')


Screenshots...

De MonsterDebugger:

Thunderbird AS3 Console:

Luminic Box:

Senocular:

Xray:

link|improve this question
feedback

8 Answers

up vote 4 down vote accepted

DeMonsterDebugger.com has a lot of features (their site describes it best).

  • Tracing messages
  • Introspection of your application structure
  • Testing methods
  • Editing properties
  • Finding performance issues

And open source! :-)

link|improve this answer
feedback

Flashbuilder has almost everything I need. On top of that, I use JPAuclair's preload profiler , and an in-house developed equivalent to X-Ray.

link|improve this answer
3  
+1 for FlashBuilder debugger, there is virtually no reason to use anything else, unless you have some very odd things happening with a deployed SWF. – Slomojo Feb 15 '11 at 8:36
feedback

I use Flex Builder 3, and it has everything that I need in it. Great tool for stepping through code.

Another tool that seems to be catching on is De MonsterDebugger. I have not used it extensively as Flash Builder does what I need, but it is pretty slick of you don't have access to the Adobe tools. One cool feature it has that the Flash Builder one doesn't is live editing.

enter image description here

link|improve this answer
Yeah looks good. Thanks for the tip (and the screenshot) Scott! – Simon Feb 28 '11 at 7:15
feedback

Personally I like to use Amethyst... http://www.sapphiresteel.com/Products/amethyst-ide/Amethyst-Product-Page

link|improve this answer
Is Amethyst more like a full Flex IDE? – Simon Apr 7 '11 at 4:23
Amethyst is a language plugin for Visual Studio (but you can use the free version of Visual Studio). Besides integrating directly into the Visual Studio debugger, it also provides an array of flash and flex source editing integrations. – Jason King Apr 11 '11 at 15:05
feedback

I use Alcon.

It has tracing and monitoring capabilities. Just import the package and use Debug.trace(anything).

I think it's good enough. =)

link|improve this answer
feedback

This is quite an old post. But don't forget to try out FlashFirebug FireFox extension for Flash Debugging:

http://www.o-minds.com/products/flashfirebug

link|improve this answer
feedback

there is the Miner...

it seems pretty powerful

http://www.sociodox.com/theminer/

link|improve this answer
feedback

Tr.ace() is library that allows you to restrict traces to certain users or classes as well as output all the traces to a textfield or save them out to a log file...

http://msfx.co.uk/2012/01/17/introducing-tr-ace-an-as3-open-source-debugging-library/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.