Tracing Flex/Flash Applications This is handy tracing panel we are using to output debugging and other info in our Flex applications http://www.ajaxmaker.com/xpanel/xpanel.htm It uses the same idea as http://www.macromedia.com/devnet/flex/articles/tracepanel.html, but display module is replaced with native .NET application giving you better performance. Enjoy


2 Comments:
Thanks for the usefull link. I just wrote trace target for this panel compatible with Flex 2 logging API :)
Anatole, can I ask some feature requests for the application?
If it possible:
1. More Flex 2 logging API compatibility (add FATAL level, add category column).
2. More filtering options. Now if I disable Capture Debug option I will not receive debug messages but it will be more usefull if that option just perform filtering of existing messages.
3. Filtering column options (order filtering for time and type columns by clicking on datagrid headers and smart filtering for category and message columns - I think regular expressions will be the best option).
And thanks again - pretty nice tool!
Post a Comment
<< Home