vote up 4 vote down star

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)

flag

53% accept rate

2 Answers

vote up 6 vote down check

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

link|flag
Just what I was looking for! – mmattax Sep 11 '08 at 16:17
vote up 1 vote down

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.

link|flag
A debugger is much more than something that shows debug messages. It lets you break the running application and step through the code line by line watching the values of variables change as each statement executes. – Theo Sep 11 '08 at 18:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.