When I first picked up Flex, I couldn't make heads or tails of the debugger, so finding and fixing problems took forever. I looked everywhere to try to find some documentation on how to use this thing. I finally figured it out on my own, but I've finally found a tutorial on the debugger that will hopefully help other new Flex users from sharing my pain.
Subscribe to:
Post Comments (Atom)
2 comments:
Good find on the debugger. I typically use the Alert class for debugging or trace statements due to associations with Flash. Flex does have a true debugger and it is a great tool.
This is really a great debugger:
http://demonsterdebugger.com/
You can edit your variable at runtime.
There is also a tutorial available.
HTH
Cor van Dooren
The Netherlands
Post a Comment