Is there any tool available for Flex applications that acts similar to Web Developer or Firebug toolbar to inspect UI elements?
Basically in a complex hierarchy of UI controls allowing you to browse the elements and see properties such as x and y coordinates, width, height, id.
I'm interested in tools that would allow you to do this at runtime, since most of the properties are dynamic.