I was working on a straight Actionscript 3 application in Flex Builder and realized one thing I was missing was a way to do a trace. When I write actionscript I use trace all the time, much like I use the alert in javascript to check the value of variables or to see if I am executing a method when I think I am.

Read more