Is there a debugging tool for Flex that functions like Silverlight spy or FireBug?
+1
A:
De MonsterDebugger. It has an AIR app that acts like firebug, let you inspect/change variables, call public methods at runtime, etc. It is not Flex only, instead, you can use it in any as3 project.
reflexutil is for flex. But I haven't used it.
Also, I found the list of helpful Flex or Flash debug tools.
Andy Li
2009-10-23 18:59:36
For my needs I used fxspy. http://code.google.com/p/fxspy/
Detroitpro
2009-10-23 20:27:17