meddlingwithfir
11-02-2006, 07:03 PM
My main background is a ColdFusion web developer (yay adobe :)), and I'm wondering if there is some equivalent function in Actionscript 3.0 that mirrors the functionality of a <cfdump /> ColdFusion tag.
I'm attempting to get a simple Flex application communicating with my ColdFusion CFC's and at the moment, my only real Flex debug code consists of:
Alert.show(myObject.toString(),"My Title");
It's been a real pain to get any real solid idea of what's going on in my application.
Any ideas?
I'm attempting to get a simple Flex application communicating with my ColdFusion CFC's and at the moment, my only real Flex debug code consists of:
Alert.show(myObject.toString(),"My Title");
It's been a real pain to get any real solid idea of what's going on in my application.
Any ideas?