Hi all, I made a little script that enables Flex to output debug/trace messages by using the Central Debug Panel ;)
The functionality is quite simple: just include the dumpUtils.as into your MXML. If you call the dump() function inside MXML/ActionScript the parameter (any AS type) is passed via a LocalConnection (yes sir, available in Flex, too) to the Central Debug Panel. So no more pain when you try to debug a Flex app inside the browser. Download & description available here (watch for line breaks): http://www.richinternet.de/blog/index.cfm?mode=entry&entry=3BD8F317-AFD8 -0735-0539B30692577503 You'll need to install the Standalone Central Debug Panel first: http://www.markme.com/mesh/archives/003850.cfm Cheers, Dirk.

