Accessibility

Table of Contents

Debugging Client-Side Code in Flex Applications

In Conclusion

Flex client side debugging techniques let developers debug even the most complex applications using a variety of tools and techniques especially developed for the Flex development environment. Flex developers can leverage both the Flash player's built-in debugging capabilities using the Flash Debug Player and trace() logging. Flex also provides several new and powerful tools, such as fdb for command-line debugging and XMLObjectOutput, for displaying complex object representations. All of these options help you debug your Rich Internet Applications. Happy debugging!