Bernard Igiri
Bernard Igiri

Reputation: 1290

What is the best way to debug Adobe Flex CSS?

I'm thinking this whole edit, compile, run, and pray cycle isn't very efficient. I have a set of compiled css files and yesterday it was working, and today many the CSS rules are being ignored. I guess there isn't a FireBug for Flex, but there has to a better way to get to the root of these kinds of issues.

Upvotes: 4

Views: 388

Answers (1)

shaunhusain
shaunhusain

Reputation: 19748

I suggest FlexSpy http://code.google.com/p/fxspy/ it's not a surefire answer to the question but I know it helps those whose concentration is styling here pretty often (also allows you to tweak things and see the result live before going back and setting it as a style). The style manager is very forgiving in terms of errors so it doesn't tend to tell you very often when things fail it just sits silently.

Upvotes: 2

Related Questions