Question

I have been writing Flex applications for a few months now and luckily have not needed a full debugger as of yet, so far I have just used a few Alert boxes...

Is there an available debugger that is included in the free Flex SDK? I am not using FlexBuilder (I have been using Emacs and compiling with ant).

If not, how do you debug Flex applications without FlexBuilder? (note: I have no intentions of using flexbuilder)

Was it helpful?

Solution

A debugger called fdb is included in the Flex SDK. Here's some documentation on how to use it:

OTHER TIPS

I had the same problem when programming with ActionScript and having to test it on a browser. Try this. It involves using Firefox (which I believe you do) and FireBug to receive the debug messages.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top