Is Flex debugger included in sdk?

I have been writing Flex applications for several months and, fortunately, still did not need a full debugger, while I just used several Alert blocks ...

Is there a debugger available that is included in the free Flex SDK? I do not use FlexBuilder (I use Emacs and compile with ant).

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

+6
flex
source share
2 answers

A debugger named fdb included in the Flex SDK. Here are some documents on how to use them:

+6
source share

I had the same problem when programming with ActionScript and needed to check it in a browser. Try this . This is due to using Firefox (which I assume to you) and FireBug to receive debugging messages.

+1
source share

All Articles